Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

OidcConfig - Amazon SageMaker
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen

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

AuthenticationRequestExtraParams

A string to string map of identifiers specific to the custom identity provider (IdP) being used.

Type: String to string map

Map Entries: Maximum number of 10 items.

Key Length Constraints: Maximum length of 512.

Key Pattern: .*

Value Length Constraints: Maximum length of 512.

Value Pattern: .*

Required: No

Scope

An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.

Type: String

Length Constraints: Maximum length of 1024.

Pattern: ^[!#-\[\]-~]+( [!#-\[\]-~]+)*$

Required: No

See Also

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

DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.