Skip to content

Commit c8392fc

Browse files
authored
Merge pull request #6855 from bjarnef/patch-28
Add links to `userinfo` and standard claims
2 parents 577c6ff + bfefc08 commit c8392fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

13/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ GET /umbraco/delivery/api/v1/security/member/signout?post_logout_redirect_uri={v
384384

385385
### User info
386386

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

389-
This implementation returns a few of the standard claims, all of which are subject of availability:
389+
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:
390390

391391
- `sub` (required claim)
392392
- `name` (if available)

15/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ GET /umbraco/delivery/api/v1/security/member/signout?post_logout_redirect_uri={v
367367

368368
### User info
369369

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

372-
This implementation returns a few of the standard claims, all of which are subject of availability:
372+
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:
373373

374374
- `sub` (required claim)
375375
- `name` (if available)

0 commit comments

Comments
 (0)