@ -29,74 +28,74 @@ In your **.Web** application, add the following section filled with your AzureAD
## AddOpenIdConnect
## AddAzureAD
Modify `ConfigureAuthentication` method of your **BookStoreWebModule** with the following:
#### **Update your `appsettings.json`**
Install `Microsoft.AspNetCore.Authentication.AzureAD.UI` package to your **.Web** application.
In your **.Web** application, add the following section filled with your AzureAD application settings. Modify `ConfigureAuthentication` method of your **BookStoreWebModule** with the following:
Install `Microsoft.AspNetCore.Authentication.AzureAD.UI` package to your **.Web** application.
## AddOpenIdConnect
In your **.Web** application, add the following section filled with your AzureAD application settings. Modify `ConfigureAuthentication` method of your **BookStoreWebModule** with the following:
Modify `ConfigureAuthentication` method of your **BookStoreWebModule** with the following:
* Why can't I see **External Register Page** after I sign in from external provider for the first time?
* ABP framework automatically registers your user with supported email claim from your external authentication provider. You can change this behaviour by [Customizing Login Page in Abp Framework](will be link here).
* ABP framework automatically registers your user with supported email claim from your external authentication provider. You can change this behavior by [Customizing Login Page in Abp Framework](will be link here).