WSFederationAuthenticationModule.PassiveRedirectEnabled Propriedade

Definição

Obtém ou define um valor que especifica se o módulo está habilitado para iniciar os redirecionamentos do protocolo Web Services Federation.Gets or sets a value that specifies whether the module is enabled to initiate WS-Federation protocol redirects.

public:
 property bool PassiveRedirectEnabled { bool get(); void set(bool value); };
public bool PassiveRedirectEnabled { get; set; }
member this.PassiveRedirectEnabled : bool with get, set
Public Property PassiveRedirectEnabled As Boolean

Valor da propriedade

Boolean

true para habilitar redirecionamentos; caso contrário, false.true to enable redirects; otherwise, false.

Comentários

O módulo não iniciará WS-Federation redirecionamentos de protocolo quando esse modo não estiver habilitado.The module will not initiate WS-Federation protocol redirects when this mode is not enabled. Se essa propriedade for true , a Issuer Propriedade deverá ser definida como a URL do serviço de token de segurança (STS) para o qual o chamador deve ser redirecionado.If this property is true, the Issuer property must be set to the URL of the Security Token Service (STS) to which the caller should be redirected.

Aviso

O código do aplicativo pode emitir WS-Federation solicitações de entrada explicitamente usando o SignIn método, independentemente do valor da PassiveRedirectEnabled propriedade.Application code can issue WS-Federation sign-in requests explicitly by using the SignIn method, regardless of the value of the PassiveRedirectEnabled property.

Aplica-se a

Confira também