OpenID Connect RP-initiated logout endpoint
The OpenID Connect RP-Initiated Logout endpoint provides OAuth clients a way to request that the OP perform a federated logout.
|
PingFederate prompts users to confirm the logout request if the PingFederate cookie isn’t configured. Learn more in Configuring the PingFederate cookie. |
Endpoint: /idp/init_logout.openid
This endpoint supports the HTTP GET and POST methods. When using the HTTP POST method, the required Content-Type value is application/x-www-form-urlencoded.
The following table describes the parameters for this endpoint.
| Parameter | Description |
|---|---|
|
An optional parameter containing an ID token previously issued by PingFederate to the relying party (RP). If this parameter isn’t included or can’t be validated, the user is prompted to confirm the logout request. |
|
An optional parameter containing the ID of the client that is requesting logout. This parameter must be included if an encrypted |
|
An optional URI where the user’s browser should be redirected after a logout has been performed. If this parameter is provided, either |
|
An optional value used by the relying party to maintain state between the logout request and the callback to the |
|
An optional parameter indicating the user’s preferred languages for the user interface, represented as a space-separated list of BCP47 (RFC5646) language tag values, ordered by preference. For example, the value |