Partager via


AzureActiveDirectoryOpenIdConnectAuthenticationOptions Classe

Définition

Fournit AzureActiveDirectoryOpenIdConnectAuthenticationOptions des options pour la classe OWIN Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationMiddleware .

public class AzureActiveDirectoryOpenIdConnectAuthenticationOptions : Microsoft.Owin.Security.AuthenticationOptions
type AzureActiveDirectoryOpenIdConnectAuthenticationOptions = class
    inherit AuthenticationOptions
Public Class AzureActiveDirectoryOpenIdConnectAuthenticationOptions
Inherits AuthenticationOptions
Héritage
Microsoft.Owin.Security.AuthenticationOptions
AzureActiveDirectoryOpenIdConnectAuthenticationOptions

Constructeurs

AzureActiveDirectoryOpenIdConnectAuthenticationOptions()

Initialise une nouvelle instance de la classe AzureActiveDirectoryOpenIdConnectAuthenticationOptions.

Propriétés

CallbackPath

Obtient ou définit le chemin d’accès de la requête dans le chemin de base de l’application où l’agent utilisateur sera retourné. L'intergiciel (middleware) traitera cette demande à son arrivée.

ClientId

Obtient ou définit l’ID client.

Provider

Obtient ou définit le IAzureActiveDirectoryOpenIdConnectAuthenticationProvider utilisé pour gérer les événements d’authentification.

SignInAsAuthenticationType

Obtient ou définit le nom d’un autre intergiciel d’authentification qui sera responsable de l’émission effective d’un utilisateur ClaimsIdentity.

StateDataFormat

Obtient ou définit le format des données d’état. Si la valeur est définie sur null , la version 1 est utilisée.

Tenant

Obtient ou définit le locataire qui doit être validé. La validation multilocataire se produit dans AzureActiveDirectoryOpenIdConnectAuthenticationProvider.

S’applique à