File tree Expand file tree Collapse file tree
src/content/docs/identityserver/ui/logout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ pnpm-debug.log*
2121# macOS-specific files
2222.DS_Store
2323.vscode /settings.json
24- * .iml
24+ * .iml
25+ .idea /** /copilot.data.migration. * .xml
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ out" page.
2222IdentityServer must then notify all of its clients (as discussed [ here] ( /identityserver/ui/logout ) ), also typically in the form of a
2323request in an ` <iframe> ` from within the external identity provider's ` <iframe> ` .
2424
25+ ::: note
26+ To configure federated sign-out from an external identity provider, please refer to the documentation for your specific
27+ external identity provider. When using an OpenID Connect identity provider, this is typically configured using the
28+ front-channel logout URI.
29+ :::
30+
2531What makes federated sign-out a special case (when compared to a normal [ logout] ( /identityserver/ui/logout ) ) is that the federated
2632sign-out request is not to the normal sign-out endpoint in IdentityServer.
2733In fact, each external IdentityProvider will have a different endpoint into your IdentityServer host.
@@ -36,7 +42,7 @@ federated sign-out.
3642
3743Fortunately IdentityServer already contains this code.
3844When requests come into IdentityServer and invoke the handlers for external authentication providers, IdentityServer
39- detects if these are federated signout requests and if they are it will automatically render the same ` <iframe> `
45+ detects if these are federated sign-out requests and if they are it will automatically render the same ` <iframe> `
4046as [ described here for logout] ( /identityserver/ui/logout ) .
4147
42- In short, federated signout is automatically supported.
48+ In short, federated sign-out is automatically supported.
You can’t perform that action at this time.
0 commit comments