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.
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 is not included or cannot be validated, the user will be 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 instance, the value "fr-CA fr en" represents a preference for French as spoken in Canada, then French (without a region designation), followed by English (without a region designation). |