CreateVerifiedAccessTrustProviderOidcOptions
Describes the options when creating an AWS Verified Access trust provider using the user
type.
Contents
- AuthorizationEndpoint
-
The OIDC authorization endpoint.
Type: String
Required: No
- ClientId
-
The client identifier.
Type: String
Required: No
- ClientSecret
-
The client secret.
Type: String
Required: No
- Issuer
-
The OIDC issuer.
Type: String
Required: No
- Scope
-
OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.
Type: String
Required: No
- TokenEndpoint
-
The OIDC token endpoint.
Type: String
Required: No
- UserInfoEndpoint
-
The OIDC user info endpoint.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: