Integration Steps

The following entails 2 steps:

page1. Verify access token API using Basic Authenticationpage2. Obtaining Authenticated User Information from the Access Token

Note: In case if SP is using introspect API with older version, they need to use the new API. Basically, in old version two API’s are called to introspect the token. However, in new version it can be done by using single API as below using Basic Authentication.

Last updated