Class OidcIdpConfig
OIDC IDP (identity provider) configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class OidcIdpConfig : IDirectResponseSchema
Properties
ChangePasswordUri
The Change Password URL of the identity provider. Users will be sent to this URL when changing their
passwords at myaccount.google.com. This takes precedence over the change password URL configured at
customer-level. Must use HTTPS.
Declaration
[JsonProperty("changePasswordUri")]
public virtual string ChangePasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IssuerUri
Required. The Issuer identifier for the IdP. Must be a URL. The discovery URL will be derived from this as described in Section 4 of the OIDC specification.
Declaration
[JsonProperty("issuerUri")]
public virtual string IssuerUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |