

# OidcOptions
<a name="API_OidcOptions"></a>

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

## Contents
<a name="API_OidcOptions_Contents"></a>

 ** authorizationEndpoint **   
The OIDC authorization endpoint.  
Type: String  
Required: No

 ** clientId **   
The client identifier.  
Type: String  
Required: No

 ** clientSecret **   
The client secret.  
Type: String  
Required: No

 ** issuer **   
The OIDC issuer.  
Type: String  
Required: No

 ** scope **   
The OpenID Connect (OIDC) scope specified.  
Type: String  
Required: No

 ** tokenEndpoint **   
The OIDC token endpoint.  
Type: String  
Required: No

 ** userInfoEndpoint **   
The OIDC user info endpoint.  
Type: String  
Required: No

## See Also
<a name="API_OidcOptions_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ec2-2016-11-15/OidcOptions) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ec2-2016-11-15/OidcOptions) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ec2-2016-11-15/OidcOptions) 