Hi Travis,
We use the OIDC plugin with a external IdD. This works great, except the the logout at the IdP does not take place, when the logout handler is called. I think it is caused by the fact that the ID token does not contain the session_state claim. https://github.com/travisghansen/external-auth-server/blob/master/src/plugin/oauth/index.js#L1515C39-L1515C39
In the code there is the comment TODO: this check may not be entirely needed/wanted . So my question is, can this condition be removed?
Regards, Dirk-Jan
Hi Travis,
We use the OIDC plugin with a external IdD. This works great, except the the logout at the IdP does not take place, when the logout handler is called. I think it is caused by the fact that the ID token does not contain the
session_stateclaim. https://github.com/travisghansen/external-auth-server/blob/master/src/plugin/oauth/index.js#L1515C39-L1515C39In the code there is the comment
TODO: this check may not be entirely needed/wanted. So my question is, can this condition be removed?Regards, Dirk-Jan