Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VI-740] Skipping MHV Account creation call during auth if user is authenticating from a 'custom' call #19651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bosawt
Copy link
Contributor

@bosawt bosawt commented Nov 27, 2024

Summary

  • This PR updates the MHV Account Creation API call during auth so that this is not called if the user is authenticating from a 'custom' call (an inbound call)

Related issue(s)

Testing done

  • Authenticated with type=custom
  • Confirmed MHV Account creation API wasn't attempted to be called

What areas of the site does it impact?

Authentication

Acceptance criteria

  • Authenticate with SSOe, type=custom, to emulate an inbound call
  • Confirm that there is not a job enqueued that attempts to call the MHV Account creation API (the name of the job is MHV::AccountCreatorJob, this job should not be enqueued during auth)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants