-
-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OP End Session Endpoint url helper #116
Comments
Yup, pretty much. Accessed via client.issuer.end_session_endpoint or issuer.end_session_endpoint you get the discovered value, appending query params or running it through But since this is a reoccurance of the same request, i yield, will do eventually. |
Cool! Thanks! |
Would it be possible to add a link to this specification in the README? I assumed this feature was not part of the library because it wasn't listed. |
:( messed up, thought this was over at the oidc-provider repo ;) |
Hey,
Just curious if there is an implementation of the End Session endpoint i can get, similar to
this.client.authorizationUrl(this.config);
. Maybe something likethis.client.endSessionUrl(this.config);
I know i can build the url manually with the parameters...but I was hoping for an existing solution.
I am using
openid.Issuer.discover(this.issuerHost))
to get the endpoints from https://demo.identityserver.io/.well-known/openid-configurationThe text was updated successfully, but these errors were encountered: