User Administration > SAML single sign-on > OAuth using JSON web tokens
  

OAuth using JSON web tokens

If your organization is configured to use SAML and the organization uses the Informatica Intelligent Cloud Services REST API, users can log in and start a REST API session using a JSON web token (JWT).
Using a JWT access token is similar to using a SAML assertion. However, unlike using SAML assertions, users fetch JWT access tokens from the identity provider and include the tokens in login requests.
Before users can use JWT access tokens, complete the following tasks:
To log in, users obtain a JWT access token from the identity provider and include the token in a loginOAuth POST request. The token can be used for one REST API session. If the login request is successful, the response includes a session ID to use in subsequent API calls.
For information about OAuth setup using Azure Active Directory, see the following article: Set up OAuth with Azure AD
For more information about identity provider configuration, see the identity provider's documentation.
For more information about registering identity providers and logging in using JWT access tokens, see REST API Reference.