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
Is your feature related to a problem? Please describe.
When users register through an identity provider with a managed domain, I would like to ensure that only users with an email domain equal to the configured domain can regsiter via the idp.
Describe the solution you'd like
Implement an AbstractIdpAuthenticator that checks if domains match:
Load IdentityProviderConfigModel with identityProviderId from SerializedBrokeredIdentityContext
Wrap the ConfigModel in an IdentityProviderModelConfig
Read domains from the IdentityProviderModelConfig and match with user email from SerializedBrokeredIdentityContext
Use DomainExtractor (how to get the config of the HIdPD Authenticator`?)
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
Is your feature related to a problem? Please describe.
When users register through an identity provider with a managed domain, I would like to ensure that only users with an email domain equal to the configured domain can regsiter via the idp.
Describe the solution you'd like
Implement an
AbstractIdpAuthenticator
that checks if domains match:Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: