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:StringClientId:StringClientSecret:StringIssuer:StringScope:StringTokenEndpoint:StringUserInfoEndpoint:String
Properties
-
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
Warning Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.