I'm using keycloak with a remote OIDC provider. When I log out from my application (which talks to Keycloak), I'm also logged out from the external OIDC provider. But, when I try the other way around, by logging out from the external OIDC provider, I remain logged in to keycloak.
Is there some configuration I'm missing, so that a logout from the identity provider will also log med out from Keycloak?
Is there some URL that needs to be registered with the remote IdP? I guess it won't be the regular logout URL, since that would start a logout process that invokes the remote IdP, which in turn would call Keycloak logout back, in an infinite loop?