Domain Detective

API Reference

Class

MicrosoftOpenIdConfigurationProbe

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Parsed OIDC discovery response for Microsoft identity platform.

Inheritance

  • Object
  • MicrosoftOpenIdConfigurationProbe

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public MicrosoftOpenIdConfigurationProbe() #

Properties

public String DiscoveryUrl { get; set; } #

Gets or sets the discovery url value.

public String Issuer { get; set; } #

Gets or sets the issuer value.

public String TokenEndpoint { get; set; } #

Gets or sets the token endpoint value.

public String CloudInstanceName { get; set; } #

Gets or sets the cloud instance name value.

public String TenantRegionScope { get; set; } #

Gets or sets the tenant region scope value.

public String TenantRegionSubScope { get; set; } #

Gets or sets the tenant region sub scope value.

public IReadOnlyList<String> GrantTypesSupported { get; set; } #

Gets or sets the grant types supported value.

public IReadOnlyList<String> ResponseTypesSupported { get; set; } #

Gets or sets the response types supported value.

{{ include "footer" }}