Hello everyone,
I implemented auth0 as an oidc provider in my Ory Kratos configuration. Everything works fine, but I have an issue when trying to Logout from a session that has been created while logging in via auth0.
I have to wait for a certain amount of time (apparently one minute) before I can Logout. If I try to Logout before waiting for a minute, it will only refresh the user's session and not log it out.
Is this a normal behavior, or is there anything that I can do to remove or reduce that one minute timer ?
Also, I don't know if this is a problem with my Ory Kratos configuration, or if it is something I have to change on auth0's side.
I am currently using Kratos locally with Docker (oryd/kratos:v1.3.1) and postgres:13.18. An Angumar web app is using Kratos as an authentication provider with the help of the ory/kratos-client package.
I can send you additional information if required, thank you.