Is there an environment variable to set the logout url?
Or some other way to set the logout redirect url?
ATM it redirects to the Identity Provider after successful logout.
Thx
Chris
Is there an environment variable to set the logout url?
Or some other way to set the logout redirect url?
ATM it redirects to the Identity Provider after successful logout.
Thx
Chris
Hey, the dev docs claim that there is an env var IDP_SIGN_OUT_URI
which seems to be a post logout url… however, I tried it and it didn’t work for me. If that’s the same for you, you could open a bug issue in the ocis github repo.
If you’re using a different IdP than the builtin one, then the post logout url is config of your IdP as far as I can tell.
You are almost right, I think.
With a different IdP, you can only set the valid redirect uri, but the redirect uri comes from the client. The IdP just checks if the client is allowed to redirect to this uri…
I found it for OIDC, should be
WEB_OIDC_POST_LOGOUT_REDIRECT_URI
But it doesn’t work either.
I’ll open an issue on github.
Thx
Chris