The change to Entra ID for Single Sign On requires that we change samlauth.authentication so security_request_authn_context is false.
Acceptance Criteria:
Given the logs in with SSO
And the user's credentials are correct
Then authentication uses Microsoft instead of Okta
And the login succeeds without errors
The change to Entra ID for Single Sign On requires that we change
samlauth.authenticationsosecurity_request_authn_contextisfalse.Acceptance Criteria: