Skip to content

Commit 25da241

Browse files
committed
chore: update openapi doc
1 parent 13b8011 commit 25da241

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,6 +2339,12 @@ paths:
23392339
example:
23402340
email: "user_email"
23412341
name: "full_name"
2342+
custom_claims_allowlist:
2343+
type: array
2344+
items:
2345+
type: string
2346+
description: Raw IdP claim keys to copy verbatim into the user's custom_claims (e.g. groups, org_id). For OIDC providers these are read from the ID token claims (falling back to the userinfo response when no ID token is returned); for OAuth2 providers they are read from the userinfo response. Empty preserves no non-standard claims.
2347+
example: ["groups", "org_id"]
23422348
authorization_params:
23432349
type: object
23442350
description: Additional authorization request parameters as string key-value pairs (cannot override reserved OAuth parameters)
@@ -2565,6 +2571,11 @@ paths:
25652571
type: object
25662572
description: Map provider claims to user attributes
25672573
additionalProperties: true
2574+
custom_claims_allowlist:
2575+
type: array
2576+
items:
2577+
type: string
2578+
description: Raw IdP claim keys to copy verbatim into the user's custom_claims (e.g. groups, org_id). For OIDC providers these are read from the ID token claims (falling back to the userinfo response when no ID token is returned); for OAuth2 providers they are read from the userinfo response. Empty preserves no non-standard claims.
25682579
authorization_params:
25692580
type: object
25702581
description: Additional authorization request parameters as string key-value pairs
@@ -3777,6 +3788,12 @@ components:
37773788
example:
37783789
email: "user_email"
37793790
name: "full_name"
3791+
custom_claims_allowlist:
3792+
type: array
3793+
items:
3794+
type: string
3795+
description: Raw IdP claim keys copied verbatim into the user's custom_claims (e.g. groups, org_id). For OIDC providers these are read from the ID token claims (falling back to the userinfo response when no ID token is returned); for OAuth2 providers they are read from the userinfo response. Empty preserves no non-standard claims.
3796+
example: ["groups", "org_id"]
37803797
authorization_params:
37813798
type: object
37823799
description: Additional parameters to include in authorization requests as string key-value pairs (cannot override reserved OAuth parameters)

0 commit comments

Comments
 (0)