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 db4f053 commit a1e20e0Copy full SHA for a1e20e0
oidc_provider/lib/endpoints/token.py
@@ -155,7 +155,7 @@ def validate_requested_scopes(self):
155
if scope_requested in self.client.scope:
156
token_scopes.append(scope_requested)
157
else:
158
- logger.debug('[Token] The request scope %s is not supported by client %s',
+ logger.error('[Token] The request scope %s is not supported by client %s',
159
scope_requested, self.client.client_id)
160
raise TokenError('invalid_scope')
161
# if no scopes requested assign client's scopes
oidc_provider/version.py
@@ -1 +1 @@
1
-__version__ = '0.8.2+orm'
+__version__ = '0.8.3+orm'
0 commit comments