AzureActiveDirectoryOpenIdConnectAuthenticationOptions Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O AzureActiveDirectoryOpenIdConnectAuthenticationOptions fornece opções para a 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
- Herança
-
Microsoft.Owin.Security.AuthenticationOptionsAzureActiveDirectoryOpenIdConnectAuthenticationOptions
Construtores
AzureActiveDirectoryOpenIdConnectAuthenticationOptions() |
Inicializa uma nova instância da classe AzureActiveDirectoryOpenIdConnectAuthenticationOptions. |
Propriedades
CallbackPath |
Obtém ou define o caminho da solicitação dentro do caminho base do aplicativo em que o agente do usuário será retornado. O middleware processará essa solicitação quando ela chegar. |
ClientId |
Obtém ou define a ID do cliente. |
Provider |
Obtém ou define o IAzureActiveDirectoryOpenIdConnectAuthenticationProvider usado para manipular eventos de autenticação. |
SignInAsAuthenticationType |
Obtém ou define o nome de outro middleware de autenticação que será responsável por realmente emitir um usuário ClaimsIdentity. |
StateDataFormat |
Obtém ou define o formato dos dados de estado. Se definido como |
Tenant |
Obtém ou define o locatário que deve ser validado. A validação multilocatário ocorre no AzureActiveDirectoryOpenIdConnectAuthenticationProvider. |
Aplica-se a
Azure SDK for .NET