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
Web application RP1 offers sign in/sign up functionality for users of identity provider IDP1, using OpenID Connect implicit flow and form_post.
Ignoring how IDP1 authenticates the user, apart from the fact that successful auth results in a cookie in IDP1 domain.
Notable: the ID Token might not contain user profile info, accessible via UserInfo call from the server (no user agent access) in case of hybrid variant.
The text was updated successfully, but these errors were encountered:
This has already been broken by samesite; it is more a philosophical question regarding whether a cookie set by a third party for an originating (first party) domain, is that cookie a third party cookie or a first party cookie?
Web application
RP1
offers sign in/sign up functionality for users of identity providerIDP1
, using OpenID Connect implicit flow and form_post.Ignoring how
IDP1
authenticates the user, apart from the fact that successful auth results in a cookie inIDP1
domain.Notable: the ID Token might not contain user profile info, accessible via UserInfo call from the server (no user agent access) in case of hybrid variant.
The text was updated successfully, but these errors were encountered: