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.
Contains configuration details of an OpenID Connect (OIDC) identity provider, or identity source, that Verified Permissions can use to generate entities from authenticated identities. It specifies the issuer URL, token type that you want to use, and policy store entity details.
This data type is part of a UpdateConfiguration structure, which is a parameter to UpdateIdentitySource.
Namespace: Amazon.VerifiedPermissions.Model
Assembly: AWSSDK.VerifiedPermissions.dll
Version: 3.x.y.z
public class UpdateOpenIdConnectConfiguration
The UpdateOpenIdConnectConfiguration type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateOpenIdConnectConfiguration() |
Name | Type | Description | |
---|---|---|---|
![]() |
EntityIdPrefix | System.String |
Gets and sets the property EntityIdPrefix.
A descriptive string that you want to prefix to user entities from your OIDC identity
provider. For example, if you set an |
![]() |
GroupConfiguration | Amazon.VerifiedPermissions.Model.UpdateOpenIdConnectGroupConfiguration |
Gets and sets the property GroupConfiguration.
The claim in OIDC identity provider tokens that indicates a user's group membership,
and the entity type that you want to map it to. For example, this object can map the
contents of a |
![]() |
Issuer | System.String |
Gets and sets the property Issuer.
The issuer URL of an OIDC identity provider. This URL must have an OIDC discovery
endpoint at the path |
![]() |
TokenSelection | Amazon.VerifiedPermissions.Model.UpdateOpenIdConnectTokenSelection |
Gets and sets the property TokenSelection. 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. |
.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