AWS::EC2::VerifiedAccessTrustProvider OidcOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::VerifiedAccessTrustProvider OidcOptions

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

Syntax

To declare this entity in your 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