MicrosoftIdentityWebAppServiceCollectionExtensions 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.
public static class MicrosoftIdentityWebAppServiceCollectionExtensions
type MicrosoftIdentityWebAppServiceCollectionExtensions = class
Public Module MicrosoftIdentityWebAppServiceCollectionExtensions
- Inheritance
-
MicrosoftIdentityWebAppServiceCollectionExtensions
Methods
AddMicrosoftIdentityWebAppAuthentication(IServiceCollection, IConfiguration, String, String, String, Boolean, String) |
Add authentication with Microsoft identity platform. This method expects the configuration file will have a section, (by default named "AzureAd"), with the necessary settings to initialize the authentication options. |