Configure an OAuth OIDC provider for accepting third-party token
-
- UpdatedAug 1, 2024
- 4 minutes to read
- Xanadu
- Platform Security
You can configure an OAuth OIDC provider to accept identity tokens generated by a third-party OIDC provider using inbound API calls using Single Sign-On option (Multi-Provider SSO).
Before you begin
About this task
Procedure
Example: The following is an example of a cURL request to invoke a REST API call
Perform the following steps:
- Register the app in the OpenID Connect Provider.
- Configure the OAuth OIDC Entity.
- Configure the OIDC Provider:
- Get a JWT token.
- Invoke a REST API call.
- The ID token in the Authorization header to access Table API or Scripted Web Service.
- If the user is authenticated a valid application/json response will be returned. Otherwise, a user not authenticated error message is returned.