OwinAppBuilder.ConfigureAuthentication(IAppBuilder, HttpConfiguration) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the ASP.NET Identity Framework authentication providers to the OWIN application pipeline.
protected internal virtual void ConfigureAuthentication (Owin.IAppBuilder appBuilder, System.Web.Http.HttpConfiguration config);
abstract member ConfigureAuthentication : Owin.IAppBuilder * System.Web.Http.HttpConfiguration -> unit
override this.ConfigureAuthentication : Owin.IAppBuilder * System.Web.Http.HttpConfiguration -> unit
Protected Friend Overridable Sub ConfigureAuthentication (appBuilder As IAppBuilder, config As HttpConfiguration)
Parameters
- appBuilder
- Owin.IAppBuilder
The Owin.IAppBuilder to configure.
- config
- System.Web.Http.HttpConfiguration
The current System.Web.Http.HttpConfiguration.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET