ConsentPortalIdpConfig
The identity provider configuration used to authenticate end users to the consent portal.
Contents
- credentialProviderArn
-
The Amazon Resource Name (ARN) of the OAuth2 credential provider used to authenticate end users to the consent portal.
Type: String
Pattern:
arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b|aws-iso-e|aws-iso-f|aws-eusc):bedrock-agentcore:[a-z0-9-]{1,32}:[0-9]{12}:token-vault/[a-zA-Z0-9_-]{1,64}/oauth2credentialprovider/[a-zA-Z0-9_-]{1,128}Required: Yes
- scopes
-
The OAuth2 scopes that the consent portal requests when authenticating end users.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\x21\x23-\x5B\x5D-\x7E]+Required: Yes
- audience
-
The audience value that the consent portal includes when requesting tokens from the identity provider.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: