Where can I define custom logout redirect URL #323
Unanswered
ploginov-dataart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Where can I define custom logout redirect URL used in:
openid-connect-generic-client-wrapper:389
return $url . sprintf( 'id_token_hint=%s&post_logout_redirect_uri=%s', $token_response['id_token'], urlencode( $redirect_url ) );
I want to be able to redirect to custom logout URL.
Beta Was this translation helpful? Give feedback.
All reactions