@@ -73,13 +73,13 @@ We will add Microsoft Entra ID as an authentication provider to API and Web Appl
73733 . Grab Scope Name for Impersonation
7474
7575 - Select ** Expose an API** in the left menu. Copy the Scope name, then paste it in some temporary place.
76- The copied text will be used for Web Application Environment variable - ** APP_MSAL_AUTH_SCOPE ** .
76+ The copied text will be used for Web Application Environment variable - ** APP_WEB_SCOPE ** .
7777 ![ configure_app_registration_web_9] ( ./Images/configure_app_registration_web_9.png )
7878
79794 . Grab Client Id for Web App
8080
8181 - Select ** Overview** in the left menu. Copy the Client Id, then paste it in some temporary place.
82- The copied text will be used for Web Application Environment variable - ** APP_MSAL_AUTH_CLIENT_ID ** .
82+ The copied text will be used for Web Application Environment variable - ** APP_WEB_CLIENT_ID ** .
8383 ![ configure_app_registration_web_10] ( ./Images/configure_app_registration_web_10.png )
8484
8585## Step 3: Configure Application Registration - API Application
@@ -90,7 +90,7 @@ We will add Microsoft Entra ID as an authentication provider to API and Web Appl
9090 ![ configure_app_registration_api_1] ( ./Images/configure_app_registration_api_1.png )
9191
9292 - Select ** Expose an API** in the left menu. Copy the Scope name, then paste it in some temporary place.
93- The copied text will be used for Web Application Environment variable - ** APP_MSAL_TOKEN_SCOPE ** .
93+ The copied text will be used for Web Application Environment variable - ** APP_API_SCOPE ** .
9494 ![ configure_app_registration_api_2] ( ./Images/configure_app_registration_api_2.png )
9595
9696## Step 4: Add Web Application's Client Id to Allowed Client Applications List in API Application Registration
@@ -112,7 +112,7 @@ Now, we will edit and deploy the Web Application Container with updated Environm
112112
1131131 . Select ** Containers** menu under ** Application** . Then click ** Environment variables** tab.
114114![ update_env_app_1_1] ( ./Images/update_env_app_1_1.png )
115- 2 . Update 3 values which were taken in previous steps for ** APP_MSAL_AUTH_CLIENT_ID ** , ** APP_MSAL_AUTH_SCOPE ** , ** APP_MSAL_TOKEN_SCOPE ** .
115+ 2 . Update 3 values which were taken in previous steps for ** APP_WEB_CLIENT_ID ** , ** APP_WEB_SCOPE ** , ** APP_API_SCOPE ** .
116116Click on ** Save as a new revision** .
117117 The updated revision will be activated soon.
118118
0 commit comments