© 2018 Capita Business Services Ltd. All rights reserved.

Capita Education Software Solutions is a trading name of Capita Business Services Ltd. Our Registered office is 30 Berners Street, London, W1T 3LR and our registered number is 02299747. Further information about Capita plc can be found in our legal statement.

Token Revocation Endpoint

This endpoint allows revoking access tokens and refresh tokens.

Supported parameters:

  • token (required)
    • the token to revoke
  • token_type_hint
    • either access_token or refresh_token

Requests must be authenticated using one of the supported client authentication methods.

Example:

POST /connect/revocation HTTP/1.1

Content-Type: application/x-www-form-urlencoded
Authorization: Basic czZCaGRSa3F0MzpnWDFmQmF0M2JW

token=xyz&token_type_hint=refresh_token

Web - SIMS ID Based APIs RESOURCES

Related resources for Web - SIMS ID Based APIs