OidcConfig - Amazon SageMaker
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).

OidcConfig

Use this parameter to configure your OIDC Identity Provider (IdP).

Contents

AuthorizationEndpoint

The OIDC IdP authorization endpoint used to configure your private workforce.

Type: String

Length Constraints: Maximum length of 500.

Pattern: https://\S+

Required: Yes

ClientId

The OIDC IdP client ID used to configure your private workforce.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: [ -~]+

Required: Yes

ClientSecret

The OIDC IdP client secret used to configure your private workforce.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: [ -~]+

Required: Yes

Issuer

The OIDC IdP issuer used to configure your private workforce.

Type: String

Length Constraints: Maximum length of 500.

Pattern: https://\S+

Required: Yes

JwksUri

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

Type: String

Length Constraints: Maximum length of 500.

Pattern: https://\S+

Required: Yes

LogoutEndpoint

The OIDC IdP logout endpoint used to configure your private workforce.

Type: String

Length Constraints: Maximum length of 500.

Pattern: https://\S+

Required: Yes

TokenEndpoint

The OIDC IdP token endpoint used to configure your private workforce.

Type: String

Length Constraints: Maximum length of 500.

Pattern: https://\S+

Required: Yes

UserInfoEndpoint

The OIDC IdP user information endpoint used to configure your private workforce.

Type: String

Length Constraints: Maximum length of 500.

Pattern: https://\S+

Required: Yes

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: