次の方法で共有


IOpenIDConfiguration Interface

Definition

OpenID configuration doc parser

public interface IOpenIDConfiguration
type IOpenIDConfiguration = interface
Public Interface IOpenIDConfiguration

Properties

AbsoluteUri

Uri to retrieve the OpenID configuration doc.

OpenIDConfigDoc

OpenID configuration doc in Json format

TenantId

Tenant Id parsed from OpenID configuration doc

Methods

GetIssuerAsync(IHttpOperationsFactory)

Get async Issuer of a OpenID configuration doc from server.

Applies to