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.

The token type that you want to process from your OIDC identity provider. Your policy store can process either identity (ID) or access tokens from a given OIDC identity source.

This data type is part of a OpenIdConnectConfigurationDetail structure, which is a parameter of GetIdentitySource.

Inheritance Hierarchy

System.Object
  Amazon.VerifiedPermissions.Model.OpenIdConnectTokenSelectionDetail

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

Syntax

C#
public class OpenIdConnectTokenSelectionDetail

The OpenIdConnectTokenSelectionDetail type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessTokenOnly Amazon.VerifiedPermissions.Model.OpenIdConnectAccessTokenConfigurationDetail

Gets and sets the property AccessTokenOnly.

The OIDC configuration for processing access tokens. Contains allowed audience claims, for example https://auth.example.com, and the claim that you want to map to the principal, for example sub.

Public Property IdentityTokenOnly Amazon.VerifiedPermissions.Model.OpenIdConnectIdentityTokenConfigurationDetail

Gets and sets the property IdentityTokenOnly.

The OIDC configuration for processing identity (ID) tokens. Contains allowed client ID claims, for example 1example23456789, and the claim that you want to map to the principal, for example sub.

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