Remove access_token from user_info
This commit is contained in:
parent
adc70d2fe2
commit
f51a863158
3 changed files with 1 additions and 6 deletions
|
@ -19,5 +19,3 @@ class OIDCAuthValidator(BaseValidator):
|
|||
OIDCInternalAuth(config, login_service_id, False)
|
||||
except UnknownServiceException as use:
|
||||
raise ConfigValidationException(use.message)
|
||||
|
||||
|
||||
|
|
Reference in a new issue