Skip to content

Federated Signout Requests - Automatic iframe rendering #204

Discussion options

You must be logged in to vote

Thanks for the additional information.

The front-channel logout using hidden iframes relies on both IdentityServer and all client applications to be able to interact with any cookies on each host. For this to work, all cookies must be set to SameSite=None when a cross-site upstream provider is used. As Entra Id is hosted on it's own domain, it's always cross-site to any of your applications.

The IdentityServer session cookie is SameSite=None by default, did you change that to SameSite=Lax or SameSite=Strict? The client cookies are SameSite=Lax by default in the Microsoft OpenIdConnect handler, you need to change them to SameSite=None in the settings. If you check the browser dev tools, yo…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@parkinsona
Comment options

@AndersAbel
Comment options

Answer selected by parkinsona
@parkinsona
Comment options

@RolandGuijt
Comment options

@parkinsona
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants