This is the new AWS 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 NativeApplicationOidcOptions
Describes the OpenID Connect (OIDC) options.
Syntax
To declare this entity in your AWS 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:StringClientId:StringClientSecret:StringIssuer:StringPublicSigningKeyEndpoint:StringScope:StringTokenEndpoint:StringUserInfoEndpoint:String
Properties
-
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