AWS::EC2::VerifiedAccessTrustProvider NativeApplicationOidcOptions - 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).

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

AWS::EC2::VerifiedAccessTrustProvider NativeApplicationOidcOptions

Describes the OpenID Connect (OIDC) options.

Syntax

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

JSON

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

YAML

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

Properties

AuthorizationEndpoint

The authorization endpoint of the IdP.

Required: No

Type: String

Update requires: No interruption

ClientId

The OAuth 2.0 client identifier.

Required: No

Type: String

Update requires: No interruption

ClientSecret

The OAuth 2.0 client secret.

Required: No

Type: String

Update requires: No interruption

Issuer

The OIDC issuer identifier of the IdP.

Required: No

Type: String

Update requires: No interruption

PublicSigningKeyEndpoint

The public signing key endpoint.

Required: No

Type: String

Update requires: No interruption

Scope

The set of user claims to be requested from the IdP.

Required: No

Type: String

Update requires: No interruption

TokenEndpoint

The token endpoint of the IdP.

Required: No

Type: String

Update requires: No interruption

UserInfoEndpoint

The user info endpoint of the IdP.

Required: No

Type: String

Update requires: No interruption