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 c389c2b commit b6c5e3cCopy full SHA for b6c5e3c
apps/wellknown/views/openid.py
@@ -117,11 +117,11 @@ def build_smart_config_endpoint(data=OrderedDict(), issuer=""):
117
"""
118
119
data = build_endpoint_info(data, issuer=issuer)
120
- del(data["userinfo_endpoint"])
121
- del(data["ui_locales_supported"])
122
- del(data["service_documentation"])
123
- del(data["op_tos_uri"])
124
- del(data["fhir_metadata_uri"])
+ del (data["userinfo_endpoint"])
+ del (data["ui_locales_supported"])
+ del (data["service_documentation"])
+ del (data["op_tos_uri"])
+ del (data["fhir_metadata_uri"])
125
126
data["scopes_supported"] = SCOPES_SUPPORTED
127
data["code_challenge_methods_supported"] = CODE_CHALLENGE_METHODS_SUPPORTED
0 commit comments