Skip to content

Commit 83d41e4

Browse files
Fix missing REST API link in OIDC custom properties section (#60487)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: luketomlinson <19689611+luketomlinson@users.noreply.github.com> Co-authored-by: Luke Tomlinson <luketomlinson@github.com>
1 parent c18b0e7 commit 83d41e4

File tree

1 file changed

+2
-2
lines changed
  • content/actions/reference/security

1 file changed

+2
-2
lines changed

content/actions/reference/security/oidc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ You can manage which custom properties are included in OIDC tokens using the set
248248

249249
Navigate to your organization's or enterprise's Actions OIDC settings to view and configure which custom properties are included in OIDC tokens.
250250

251-
* **Using the REST API:**
251+
* **Using the REST API:**
252252

253-
To add a custom property to your organization's OIDC token claims, send a `POST` request to:
253+
To add a custom property to your organization's or enterprise's OIDC token claims, use the REST API. For more information, see [AUTOTITLE](/rest/actions/oidc).
254254

255255
#### Example token with a custom property
256256

0 commit comments

Comments
 (0)