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
When you get an OpenID Connect assertion from Google, double check that the Google authentication service has confirmed it is an account controlled by the administrators of that domain name. This check is done server side by evaluating the hd field in the token to verify the domain is what you expected.
oidc2aws
has a configuration parameterHostedDomain
that will configure thehd
value when opening the browser.If this is set,
oidc2aws
should verify that the returned email address matches the value set in the configuration.This is not a high-priority internally as the app we use for this is "Internal":
so Google takes care of this.
The text was updated successfully, but these errors were encountered: