AWS::EC2::VerifiedAccessTrustProvider OidcOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EC2::VerifiedAccessTrustProvider OidcOptions

Describes the options for an OpenID Connect-compatible user-identity trust provider.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AuthorizationEndpoint" : String, "ClientId" : String, "ClientSecret" : String, "Issuer" : String, "Scope" : String, "TokenEndpoint" : String, "UserInfoEndpoint" : String }

YAML

AuthorizationEndpoint: String ClientId: String ClientSecret: String Issuer: String Scope: String TokenEndpoint: String UserInfoEndpoint: String

Properties

AuthorizationEndpoint

The OIDC authorization endpoint.

Required: No

Type: String

Update requires: No interruption

ClientId

The client identifier.

Required: No

Type: String

Update requires: No interruption

ClientSecret

The client secret.

Required: No

Type: String

Update requires: No interruption

Issuer

The OIDC issuer.

Required: No

Type: String

Update requires: No interruption

Scope

The OpenID Connect (OIDC) scope specified.

Required: No

Type: String

Update requires: No interruption

TokenEndpoint

The OIDC token endpoint.

Required: No

Type: String

Update requires: No interruption

UserInfoEndpoint

The OIDC user info endpoint.

Required: No

Type: String

Update requires: No interruption