Hi! I implement logout using <docs> But I can't fi...
# general
e
Hi! I implement logout using docs But I can't find what the URL should look like When I request https://<...>/oidc/logout?id_token_hint=<...>&post_logout_redirect_uri=<...> I get an error "{"error":{"code":"404","details":{"ruleId":"6176b3cb"},"message":"Invalid path","reason":"No resource found using the specified path.","status":"Not Found"}}"
f
Could you try with this endpoint instead?
https://<domain>/oauth2/sessions/logout
e
I think this is something wrong🤔 Firstly, I can't get the confirmation screen with logout consent (even though the setting "Skip logout consent" is disabled in the oauth client settings) And secondly, after clicking on this link on the /ui/welcome page it still says that there is a session
i need exactly OpenID Connect logout
The logout works strangely I went to this /oauth2/sessions/logout - then post logout url redirect occured, that is, it was completed successfully At the same time, I still have a session on the /ui/welcome page And when I try to log in through OIDC - it says that I need to reauthentificate, but I can no longer register from this page (and by the way, it says that the default post logout redirect is not set, although it is set) In order not to show the projectID, I sent the video in DM