The parameters object containing the specific intent data for this activity.
Show details
parameters.oauth2CredentialId
string
required
The OAuth 2.0 credential id whose client_id and client_secret will be used in the OAuth 2.0 flow
parameters.authCode
string
required
The auth_code provided by the OAuth 2.0 provider to the end user to be exchanged for a Bearer token in the OAuth 2.0 flow
parameters.redirectUri
string
required
The URI the user is redirected to after they have authenticated with the OAuth 2.0 provider
parameters.codeVerifier
string
required
The code verifier used by OAuth 2.0 PKCE providers
parameters.nonce
string
An optional nonce used by the client to prevent replay/substitution of an ID token
parameters.bearerTokenTargetPublicKey
string
An optional P256 public key to which, if provided, the bearer token will be encrypted and returned via the encrypted_bearer_token claim of the OIDC Token
Response
A successful response returns the following fields:
An optional P256 public key to which, if provided, the bearer token will be encrypted and returned via the encrypted_bearer_token claim of the OIDC Token