I want to revoke a token, but this error occurred
# troubleshoot
m
I want to revoke a token, but this error occurred
b
What do you mean by "revoke a token"?
With the IdP or somewhere else?
m
With the IDP, datahub only expire it’s own session, but I also want to logout with oidc
its’s seems that datahub dit not invoke the endpoint
revocation_endpoint
I declared in
.well-known/openid-configuration
I click
LogOut
in datahub ui, it logout with it own session,but did not expire IDP’s
b
I see - somehow we are not finding the logout endpoint when hitting your open id configuration. FWIW we look for this:
end_session_endpoint
m
thx, this solved my problem!
b
Awesome - thanks for following up!