1 Answer
- Newest
- Most votes
- Most comments
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
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 9 months ago
- AWS OFFICIALUpdated a year ago

Using AWS amplify it asks for redirect uri as well . Why is that?