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: 13/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -384,9 +384,9 @@ GET /umbraco/delivery/api/v1/security/member/signout?post_logout_redirect_uri={v
384
384
385
385
### User info
386
386
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).
388
388
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:
Copy file name to clipboardExpand all lines: 15/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,9 +367,9 @@ GET /umbraco/delivery/api/v1/security/member/signout?post_logout_redirect_uri={v
367
367
368
368
### User info
369
369
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).
371
371
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:
0 commit comments