MicrosoftIdentityWebApiServiceCollectionExtensions Class
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.
Extension for IServiceCollection for startup initialization of web APIs.
public static class MicrosoftIdentityWebApiServiceCollectionExtensions
type MicrosoftIdentityWebApiServiceCollectionExtensions = class
Public Module MicrosoftIdentityWebApiServiceCollectionExtensions
- Inheritance
-
MicrosoftIdentityWebApiServiceCollectionExtensions
Methods
AddMicrosoftIdentityWebApiAuthentication(IServiceCollection, IConfiguration, String, String, Boolean) |
Protects the web API with Microsoft identity platform (formerly Azure AD v2.0) This method expects the configuration file will have a section, named "AzureAd" as default, with the necessary settings to initialize authentication options. |