OAuth 2.0 Authorization Code Grant
Authenticate using the OAuth 2.0 Authorization Code Grant
Last updated
Was this helpful?
Authenticate using the OAuth 2.0 Authorization Code Grant
OAuth 2.0 Authorization Code Grant is an open standard for access delegation. It enables applications to grant access to information without needing to create or share additional passwords.

The Aisera OAuth 2.0 Authorization Code Grant option 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.
Client Secret Basic
In the authentication request, if enabled, the Client Secret will be in the header. Otherwise, it will be in the request body. Whether this is enabled is determined by the third-party application you are connecting to the Aisera Platform.
PKCE
Enables authentication using Proof Key for Code Exchange. Once this setting is enabled, no further configuration is needed.
Scope
A space separated list of the requested scopes for the application your are integrating with.
When configuring the external system for OAuth 2.0 integration with the Aisera platform, the following redirect URLs may need to be whitelisted.
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.
For user authorization for use with workflows whitelist:
https://<vanity_url>.chatbot.aisera.<top_level_domain>/oauth2/authorize
Last updated
Was this helpful?
Was this helpful?
