Integration Steps
The following entails 2 steps:
1. Verify access token API using Basic Authentication2. Obtaining Authenticated User Information from the Access TokenNote: 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