Replies: 2 comments 2 replies
-
Can you provide server debug logs of both cases (for the same OP) so the authorization process can be analyzed? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Log files attached: I have deleted some email regexps and replaced with email~...$ non-working log file: working log file: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using 2.4.10-1~bullseye+1 release from github with multiple providers (google, globus, gitlab).
The following works
<RequireAll>
# Require not claim email_verified:false
Require claim email~^([email protected]|[email protected])$
</RequireAll>
but when I un-comment the claim for email_verified, the authentication always fails. I have confirmed that email_verified claim, as provided by OP, is either set to true (google, gitlab), or is missing (globus).
The issue does not exist if I use any single provider setup.
I would appreciate any help in resolving the issue.
Beta Was this translation helpful? Give feedback.
All reactions