# Integration Steps

### The following entails 2 steps:&#x20;

{% content-ref url="/pages/-Mkfm\_2lRdcUMWUn6YVF" %}
[1. Verify access token API using Basic Authentication](/feature-guides/authentication/token-validation-api/integration-steps/1.-obtaining-resource-server-or-sp-access-token.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkfseXFX6\_mCOqkXloX" %}
[2. Obtaining Authenticated User Information from the Access Token](/feature-guides/authentication/token-validation-api/integration-steps/2.-verifying-access-token-api.md)
{% endcontent-ref %}

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uaepass.ae/feature-guides/authentication/token-validation-api/integration-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
