You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,6 @@ Open `application.properties` in the src/main/resources folder. Fill in with you
134
134
-`http://localhost:8080/msal4jsample/secure/aad`
135
135
-`http://localhost:8080/msal4jsample/graph/me`
136
136
- In the **Advanced settings** section, set **Logout URL** to `https://localhost:8080/msal4jsample/sign-out`.
137
-
- In the **Advanced settings** | **Implicit grant** section, check the **ID tokens** option as this sample requires
138
-
the [Implicit grant flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-implicit-grant-flow) to be enabled to
139
-
sign-in the user, and call an API.
140
137
141
138
1. Click the **Save** button on top to save the changes.
142
139
1. In the app's registration screen, click on the **Certificates & secrets** blade to open the page where we can generate secrets and upload certificates.
0 commit comments