wide-dream-9658
02/15/2024, 5:37 PMLogout failed because query parameter post_logout_redirect_uri is not a whitelisted as a post_logout_redirect_uri for the client
I tried to find a solution in the docs, but it is not clear to me where to whitelist the logout URL of my application.
I tried to set the urls.post_logout_redirect in the oauth2-config without success. In the docs and in Slack it’s sometimes mentioned to add the url in a property post_logout_redirect_uris (with ‘s’) in the OAuth2 client. But I cannot find this property in the Ory console.
Again, the docs are totally confusing and unclear.refined-kangaroo-48640
02/15/2024, 6:48 PMory update oauth2-client --project ${PROJECT_ID} ${OAUTH_CLIENT_ID} --redirect-uri '<https://example.org>' --post-logout-callback '<https://example.org?log=out>'
wide-dream-9658
02/16/2024, 9:43 AM