ModifyVerifiedAccessTrustProviderOidcOptions
Options for an OpenID Connect-compatible user-identity trust provider.
Contents
- 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
- 
               OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes. 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
For more information about using this API in one of the language-specific AWS SDKs, see the following: