AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.OidcConfig

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class OidcConfig

The OidcConfig type exposes the following members

Constructors

NameDescription
Public Method OidcConfig()

Properties

NameTypeDescription
Public Property AuthenticationRequestExtraParams System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property AuthenticationRequestExtraParams.

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

Public Property AuthorizationEndpoint System.String

Gets and sets the property AuthorizationEndpoint.

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

Public Property ClientId System.String

Gets and sets the property ClientId.

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

Public Property ClientSecret System.String

Gets and sets the property ClientSecret.

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

Public Property Issuer System.String

Gets and sets the property Issuer.

The OIDC IdP issuer used to configure your private workforce.

Public Property JwksUri System.String

Gets and sets the property JwksUri.

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

Public Property LogoutEndpoint System.String

Gets and sets the property LogoutEndpoint.

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

Public Property Scope System.String

Gets and sets the property 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.

Public Property TokenEndpoint System.String

Gets and sets the property TokenEndpoint.

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

Public Property UserInfoEndpoint System.String

Gets and sets the property UserInfoEndpoint.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5