Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ GET /umbraco/delivery/api/v1/security/member/signout?post_logout_redirect_uri={v

### User info

The "user info" endpoint is part of the OpenId Connect core spec.
The "user info" endpoint is part of the [OpenId Connect core spec](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo).

This implementation returns a few of the standard claims, all of which are subject of availability:
This implementation returns a few of the [standard claims](https://openid.net/specs/openid-connect-basic-1_0.html#StandardClaims), all of which are subject of availability:

- `sub` (required claim)
- `name` (if available)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ GET /umbraco/delivery/api/v1/security/member/signout?post_logout_redirect_uri={v

### User info

The "user info" endpoint is part of the OpenId Connect core spec.
The "user info" endpoint is part of the [OpenId Connect core spec](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo).

This implementation returns a few of the standard claims, all of which are subject of availability:
This implementation returns a few of the [standard claims](https://openid.net/specs/openid-connect-basic-1_0.html#StandardClaims), all of which are subject of availability:

- `sub` (required claim)
- `name` (if available)
Expand Down