-
Notifications
You must be signed in to change notification settings - Fork 320
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
fix: make email comparison for SAML case insensitive #1173
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Abderrahmane Smimite <[email protected]>
…requirement-assessment
increase timeout show warning to guide resolution
Signed-off-by: fastlorenzo <[email protected]>
Co-authored-by: eric-intuitem <[email protected]>
Signed-off-by: Lorenzo Bernardi <[email protected]>
LGTM, but we need to adapt functional tests. @nas-tabchiche ? |
we will merge it after the Ebios RM sprint and fix the test on our side before releasing |
Thanks, no worries, now that we know the current behavior we've fixed it in the IDP by forcing lowercase email conversion |
Hi @fastlorenzo, we just merged #1498 which should make functional tests pass on this PR. I can't manually re-run the tests (maybe PR is too old). I'm closing this and re-opening to force CI to run. |
Email comparison when doing SSO with SAML is currently case sensitive.
However, email addresses should be treated as case insensitive.
This PR makes sure that: