© 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.

Identity Token Validation Endpoint

The identity token validation endpoint can be used to validate identity tokens. This is useful for clients that don’t have access to the appropriate JWT or cryptography libraries (e.g. JavaScript).

You can either GET or POST to the validation endpoint. Due to query string size restrictions, POST is recommended.

Example

POST /connect/identitytokenvalidation

token=<token>&
client_id=<expected_client_id>
GET /connect/identitytokenvalidation?token=<token>&client_id=<expected_client_id>

A successful response will return a status code of 200 and the associated claims for the token. An unsuccessful response will return a 400 with an error message.

Web - SIMS ID Based APIs RESOURCES

Related resources for Web - SIMS ID Based APIs