Closed kushalshit27 closed 2 weeks ago
Attention: Patch coverage is 58.82353%
with 21 lines
in your changes missing coverage. Please review.
Project coverage is 80.18%. Comparing base (
d9aaca2
) to head (f7c79a7
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/tools/auth0/handlers/organizations.ts | 58.82% | 14 Missing and 7 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
π§ Changes
Machine-to-Machine (M2M) Client Credentials Access for Organizations
:pushpin:
clientGrants
resource :Note:
organization_usage
- string Possible values: [deny, allow, require] Defines whether organisations can be used with client credentials exchanges for this grant.allow_any_organization
- boolean If enabled, any organization can be used with this grant. If disabled (default), the grant must be explicitly assigned to the desired organisations.:pushpin:
organizations
resource :Note:
client_id
is mapped withclientGrants
resource in YAML (or JSON)π References
https://auth0.com/docs/manage-users/organizations/organizations-for-m2m-applications
π¬ Testing
π Checklist