How to get logout url in .well-known/openid-configuration endpoint?

0

How can I get /logout endpoint in .well-known/openid-configuration endpoint. I have also given logout redirect url too.

asked a year ago230 views
1 Answer
0

The Cognito Hosted UI does not currently support OIDC IdP logout. If you need to add that functionality you'll have to redirect to your application on logout using the logout_uri request parameter and have your application call the logout endpoint for the OIDC provider. https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions