Native SSO
Native SSO Logout Processing
The /nativesso/logout API is supposed to be used to support the concept of "logout from all applications" in the context of OpenID Connect Native SSO for Mobile Apps 1.0 (Native SSO). This is accomplished by deleting access/refresh token records associated with the specified session ID. In Authlete's implementation, access/refresh token records can be associated with a session ID only through the mechanism introduced by Native SSO.
post/api/{serviceId}/nativesso/logout
Path parameters
serviceIdstring required
A service ID.
Request body
Response
Changes
Changed in 1 of the 17 revisions of this API.1
- ○
added the non-success response with the status
429response-non-success-status-added
- ○