OAuth 2.0 Authorization Code Grant
Enable secure delegated access for application to your information using OAuth 2.0
Overview
OAuth 2.0 is an open standard for access delegation. It enables applications to grant access to information without needing to create or share additional passwords.

Fields
OAuth 2.0 Authorization Code Grant flow authentication type includes the following fields:
Authorization URL
The URL where users authorize access to their account or data.
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 where the client exchanges the authorization code for an access token.
PKCE
Enables authentication using Proof Key for Code Exchange. Once this setting is enabled, no further configuration is needed.
Configuring the external platform
When configuring the external system for OAuth 2.0 integration with the Aisera platform, the following redirect URLs may need to be whitelisted.
Service Account Authorization
For service account authorization for use with the data sources and workflows whitelist:
https://<cluster_id>.login.aisera.<top_level_domain>/?id=aisera.oauth.oauthCommand
Contact your Aisera support team for the Cluster Id.
User Authorization
For user authorization for use with workflows whitelist:
https://<vanity_url>.chatbot.aisera.<top_level_domain>/oauth2/authorize
Last updated
Was this helpful?
