You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when the user is logging in using external oidc provider, he's matched against defguard database by email from oidc token email claim. There are 2 issues with this:
The email may change in defguard or external provider
There is no guarantee that the email is unique in the provider system
To fix this, the user should be matched against the sub claim which is guaranteed to be unique across the system.
The text was updated successfully, but these errors were encountered:
Currently when the user is logging in using external oidc provider, he's matched against defguard database by email from oidc token email claim. There are 2 issues with this:
To fix this, the user should be matched against the
sub
claim which is guaranteed to be unique across the system.The text was updated successfully, but these errors were encountered: