Skip to content

Commit 570d8bf

Browse files
authored
Update instructions for creating Logback.xml file
1 parent 90b6da9 commit 570d8bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/entra/entra-id/app-integration/enable-msal4j-logging-spring-boot-webapp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The complete code sample and configuration guide for this implementation are ava
2727
</dependency>
2828
```
2929

30-
2. In your app project, create a file that's named **Logback.xml** in the **src/main/resources** folder, and then add the following content:
30+
2. In your app project, create a file in the **src/main/resources** folder, and name the file **Logback.xml**. Then, add the following content:
3131

3232
```xml
3333
<?xml version="1.0" encoding="UTF-8"?>
@@ -72,7 +72,7 @@ This code sample is set up to run on the local server (localhost) by using the H
7272
To configure app registration in Azure AD B2C, follow these steps:
7373

7474
1. Create two app registrations in your Azure AD B2C tenant: One for the web application and the other for the web API.
75-
2. Expose the required scope in the web API. Refer to the guidance in ["Configure web API app scopes"](/azure/active-directory-b2c/configure-authentication-sample-web-app-with-api?tabs=visual-studio#step-22-configure-web-api-app-scopes) for more information.
75+
2. Expose the required scope in the web API. For more information, see ["Configure web API app scopes"](/azure/active-directory-b2c/configure-authentication-sample-web-app-with-api?tabs=visual-studio#step-22-configure-web-api-app-scopes).
7676
3. Configure the web API scope in the **API Permissions** blade for the web application.
7777
4. Grant admin consent to all configured permissions in the web application.
7878

0 commit comments

Comments
 (0)