You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
When I sign out of Confluence I noticed that I can still login if I try to login within a short period of time, I guess cookies/cache are not cleared yet so it just logs me in again.
I would like to change this behavior. I thought if I would go to the SSO config, I would find a "log-out" URL which I could set inside Cognito, but I couldn't find it.
How do I achieve this?
Hello,
Cognito allows logout with either logout_uri or with the same arguments as login (i.e. redirect_uri and response_type) to log out and take the user back to the login screen. It seems that whenever logout_uri is invalid, it assume the re-login flow and does this redirect.
This normally happens whenever logout_uri parameter doesn't match exactly what's listed among Sign out URL(s) in AWS Cognito User Pools App client settings configuration.
The /logout endpoint signs the user out and it only supports HTTPS GET.
Please Refer details on AWS site - AWS LOGOUT Endpoint
Let me know if it helps or you need anything further on this.
Thanks
Nitin Rastogi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.