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 e8bfe35 commit 79e1b16Copy full SHA for 79e1b16
tests/shared/test_auth.py
@@ -111,7 +111,7 @@ def test_valid_full_protected_resource_metadata(self):
111
"resource_policy_uri": "https://example.com/resource/policy",
112
"resource_tos_uri": "https://example.com/resource/tos",
113
"tls_client_certificate_bound_access_tokens": True,
114
- # authorization_details_types_supported is a complext type
+ # authorization_details_types_supported is a complex type
115
# so we use an empty list for simplicity
116
# see RFC9396
117
"authorization_details_types_supported": [],
0 commit comments