The purpose of this method is to take an SSO Bearer token from an Active Directory application like Azure AD and return an IIQ API access token specific for the AD authenticated user
POST/oauth2/token/user
The purpose of this method is to take an SSO Bearer token from an Active Directory application like Azure AD and return an IIQ API access token specific for the AD authenticated user
Responses
- 200
- 400
- 401
- 403
- 500
Request completed successfully.
Bad request.
Unauthorized.
Forbidden.
Internal server error.