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.

已提问 1 年前238 查看次数
1 回答
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则