Skip to content

Commit ccbf250

Browse files
committed
fixed broken link
1 parent 98a0146 commit ccbf250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/java/identity/enable-spring-boot-webapp-authorization-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ authorization-clients:
306306
307307
[Scopes](/entra/identity-platform/scopes-oidc) tell Microsoft Entra ID the level of access that the application is requesting. For the Microsoft Graph scopes requested by this application, see **application.yml**.
308308
309-
By default, the application sets the scopes value to `https://graph.microsoft.com/User.Read`. The `User.Read` scope is for accessing the information of the current signed-in user from the [/me endpoint](https://graph.microsoft.com/v1.0/me). Valid requests to the [/me endpoint](https://graph.microsoft.com/v1.0/me) must contain the `User.Read` scope.
309+
By default, the application sets the scopes value to `https://graph.microsoft.com/User.Read`. The `User.Read` scope is for accessing the information of the current signed-in user from the [/me endpoint](/graph/api/user-get?tabs=java#example-2-signed-in-user-request). Valid requests to the [/me endpoint](/graph/api/user-get?tabs=java#example-2-signed-in-user-request) must contain the `User.Read` scope.
310310

311311
When a user signs in, Microsoft Entra ID presents a consent dialogue to the user based on the scopes requested by the application. If the user consents to one or more scopes and obtains a token, the scopes-consented-to are encoded into the resulting access token.
312312

0 commit comments

Comments
 (0)