End Session¶
Warning
EndSession call is not support by the oidc-client
tool. However this page describe how make the call using curl
or httpie.
- Get the
end_session_endpoint
from the Authorization Server's.well-known/openid-configuration
- Use a previously obtained ID Token to make a call to the
end_session_endpoint
http GET [end_session_endpoint]?id_token_hint=[ID TOKEN]
Info