Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

PostLogoutRedirectUri not shown for Logout from consent screen #720

Closed
appetere opened this issue Jan 6, 2015 · 4 comments
Closed

PostLogoutRedirectUri not shown for Logout from consent screen #720

appetere opened this issue Jan 6, 2015 · 4 comments
Assignees
Labels

Comments

@appetere
Copy link

appetere commented Jan 6, 2015

Using the sample "JavaScript Implicit Client" to illustrate:

  • Start the login process and get to the consent screen
  • Expand the drop-down on the navbar and click Logout
  • The "You are now logged out" page is displayed, but the post-logout redirect (defined in Clients in the Host project) is not displayed.

Extract from Clients:

new Client
{
ClientName = "Implicit Client Demo",
ClientId = "implicitclient",
PostLogoutRedirectUris = new List
{
"http://localhost:23453/index.html",
},

Seems to be something like the call to the EndSession endpoint is missing some parameters?

@leastprivilege
Copy link
Member

Well . you need to pass the logout url and the id token hint. check the spec ;)

@appetere
Copy link
Author

appetere commented Jan 6, 2015

But the Logout link on the consent page is generated by the core Thinktecture code, so I'm not clear how I can add the id token hint myself?

@leastprivilege
Copy link
Member

oh I see - yea I think that's a dead end. @brockallen right?

@brockallen
Copy link
Member

Yes, right now that just logs you out of IdSvr -- it doesn't know about any clients. If it's something you have an opinion on, open a new issue for a feature request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants