The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AuthenticationOptions::AuthenticationMode Property
If Active the authentication middleware alter the request user coming in and alter 401 Unauthorized responses going out. If Passive the authentication middleware will only provide identity and alter responses when explicitly indicated by the AuthenticationType.
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
public: property AuthenticationMode AuthenticationMode { AuthenticationMode get(); void set(AuthenticationMode value); }
Show: