Skip to content

Commit 5f09070

Browse files
authored
DOCS-3686 - Actions update (#10370)
* DOCS-3686 - Actions update Updated a reference to using Rules to use Actions instead. * Update _userinfo.md
1 parent 9e2882f commit 5f09070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api/authentication/_userinfo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This endpoint will work only if `openid` was granted as a <dfn data-key="scope">
8989

9090
- The sample auth0.js script uses the library version 8. If you are using auth0.js version 7, please see this [reference guide](/libraries/auth0js/v7).
9191
- The auth0.js `parseHash` method, requires that your tokens are signed with `RS256`, rather than `HS256`.
92-
- If you want this endpoint to return `user_metadata` or other custom information, you can use [rules](/rules/guides/metadata). For more information refer to [User profile claims and scope](/api-auth/tutorials/adoption/scope-custom-claims).
92+
- To return `user_metadata` or other custom information from this endpoint, add a custom claim to the ID token with an [Action](/secure/tokens/json-web-tokens/create-custom-claims#create-custom-claims). For more information refer to [User profile claims and scope](/api-auth/tutorials/adoption/scope-custom-claims).
9393
- This endpoint will return three HTTP Response Headers, that provide relevant data on its rate limits:
9494
- `X-RateLimit-Limit`: Number of requests allowed per minute.
9595
- `X-RateLimit-Remaining`: Number of requests available. Each new request reduces this number by 1. For each minute that passes, requests are added back, so this number increases by 1 each time.

0 commit comments

Comments
 (0)