Open jnweiger opened 1 year ago
- configure 'post_logout_redirect_uri' in owncloud (a) or (b) -> an error appears:
This is the way this should work ..... refs https://openid.net/specs/openid-connect-rpinitiated-1_0.html
id_token_hint is recommended as per specs - seems like keycloak is requiring it .....
please note that we are not supporting front channel logout - but support back channel ...
should work
?
Can you say if it is a bug that idtoken_hint is missing, or if it is still some misconfiguration on my side?
I could not find owncloud docs about front-channel and back-channel -- so I am just trying things.
Can you say if it is a bug that idtoken_hint is missing, or if it is still some misconfiguration on my side?
No idea - sorry - needs debugging ....
I could not find owncloud docs about front-channel and back-channel -- so I am just trying things.
readme holds this info afaik ....
We have the same issue. We use openidconnect 2.2.0, Owncloud 10.13.4.1 and keycloak idp
However, the id_token_hint
is still sent within the first 1-5 minutes after login in the event of a logoff. If you stay logged in longer, only the post_logout_redirect_uri
is passed to the sso (keycloak).
Seen with 2.2.20-rc.6 core 10.11.0 and keycloak idp.
Expected behavior
Workaround attempts
Not sure If one of the workaroud attempts should have done the trick, or if that can be configured elsewhere.