We are introducing oidc 2FA (only as a single option instead of multiple options for login). What should be the expected behavior? Is it possible that the user may get an error such as:
{ "error" : "Internal server error: "Unauthorized (CSRF)" " }
When using the normal login option (not 2fa)?
With 2FA there is no issue, login works well.
I'm not sure what this issue is asking. That looks like an error message being returned by the identity provider, so I'd suggest consulting their documentation or reaching out to them.
We are introducing oidc 2FA (only as a single option instead of multiple options for login). What should be the expected behavior? Is it possible that the user may get an error such as:
When using the normal login option (not 2fa)? With 2FA there is no issue, login works well.