Skip to content

Commit ed049ea

Browse files
Merge pull request #230811 from Dickson-Mwendia/oidc-userinfo-endpoint
[msid][reference]remove busted link
2 parents 31f4aaa + 4d40fb6 commit ed049ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/userinfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: aaddev
1717

1818
# Microsoft identity platform UserInfo endpoint
1919

20-
As part of the OpenID Connect (OIDC) standard, the [UserInfo endpoint](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo) returns information about an authenticated user. In the Microsoft identity platform, the UserInfo endpoint is hosted by Microsoft Graph at https://graph.microsoft.com/oidc/userinfo.
20+
As part of the OpenID Connect (OIDC) standard, the [UserInfo endpoint](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo) returns information about an authenticated user.
2121

2222
## Find the .well-known configuration endpoint
2323

@@ -85,7 +85,7 @@ You can't add to or customize the information returned by the UserInfo endpoint.
8585

8686
To customize the information returned by the identity platform during authentication and authorization, use [claims mapping]( active-directory-claims-mapping.md) and [optional claims]( active-directory-optional-claims.md) to modify security token configuration.
8787

88-
## Next Steps
88+
## Next steps
8989

9090
* [Review the contents of ID tokens](id-tokens.md).
9191
* [Customize the contents of an ID token using optional claims](active-directory-optional-claims.md).

0 commit comments

Comments
 (0)