We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885e13c commit 4562e3aCopy full SHA for 4562e3a
1 file changed
src/auth0_server_python/utils/helpers.py
@@ -296,6 +296,10 @@ def validate_resolved_domain_value(domain_value: Any) -> str:
296
return domain_value
297
298
299
+# =============================================================================
300
+# Claim Validation Utilities
301
302
+
303
def validate_org_claims(claims: dict, expected_org: str) -> None:
304
"""
305
Validate org_id or org_name in token claims against the requested organization.
0 commit comments