simeng-li
simeng-li
Thanks for raising this. Just to clarify: - Logto's ID tokens do include standard claims such as `iss`, `exp`, and `aud` as expected. - However, per the [OpenID Connect Discovery...
Close for now, we need to fix this issue for all relation tables.
Yes, similar to the sign-in request, you need to explicitly set the `post_logout_redirect_uri` in your `/oidc/session/end` request. If you're using one of our SDKs, the `signOut` method should support an...
Are you using any of the Logto SDKs in your application?
Then yes, you will need to append `?post_logout_redirect_uri=http://localhost:8000` to your end session request.
Could you please share the full details of the end-session request?
> Hi, I have the same issue, has anyone resolve the issue? the request url is http://:3001/oidc/session/end?post_logout_redirect_uri= I use window.top.location.href = logtoLogoutUrl to redirect to logto logout end seesion, but...
> my application is [wikijs](https://github.com/requarks/wiki) both of the following methods are ineffective for WikiJS, the browser stop at /oidc/session/end/success page . > > Could you verify whether the LogoutUrl setting...
Hi @slavaGanzin can you provide us a detailed user flow to reproduce this error? It seems like you have a miss-match callback URL configured.
Sounds reasonable to me. @wangsijie can you take a look?