OIDC
Overview
You can use the Open ID Connect (OIDC) to enable single-sign-on (SSO) between OAuth-enabled applications. If you do not want to create a generic service account for the Aisera Platform to access your external system, you can use an OIDC connection that returns an end-user auth token.
The Aisera Gen AI Platform uses the procured token in headers for REST calls to the external system, returning information that is specific to that user. This is useful when you are integrating with an external system that has PII and sensitive user-specific data.
Currently OIDC is supported by Aisera's ServiceNow and Generic integrations.
To create an OIDC Integration:
Navigate to Settings > Integrations in the Aisera Admin UI.
Click the + New Integration button in the upper-right corner.
Choose either the ServiceNow or Generic integration icon.
Click Next.
Select OIDC from the Auth Type pull-down list.

Enter the query parameters that will be used for the External System REST query.

Click OK.
Fields
Authorization URL
The URL used to authenticate with the external system
Client Id
A unique identifier assigned to the client application by the authorization server.
Client Secret
A confidential string used by the client to authenticate itself to the authorization server.
Access Token URL
The URL used to request Access Tokens
Nonce
A value sent by your application in the request for a token. This value will be included in the returned token.
Scope
Response Type
Prompt
Specifies the required type of interaction. This will change the flow of authentication.
Last updated
Was this helpful?
