Skip to content
Discussion options

You must be logged in to vote

The logout scenario you describe is correct if your client uses OIDC to connect to AuthorizationServer which is then federated with AuthenticationServer which is federated with the external Idp.

This seems like a lot of jumps.

Yes, if you have multiple steps in your trust/federation this is what it will look like.

Is there a recommended pattern for handling this cleanly when Authorization and Authentication servers are separated like this?

It is not a recommended pattern to separate the Authorization and Authentication services. Session management using OpenID Connect is an extension to the OAuth 2.0 protocol, so by using OpenID Connect from your client to an IdentityServer instances …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by maartenba
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Follow-up Needs follow-up (for Duende use)
2 participants