Configure an OAuth OIDC provider for accepting third-party token
-
- UpdatedAug 3, 2023
- 4 minutes to read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
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.