This commit is contained in:
Lucio Lelii 2019-03-21 16:16:39 +00:00
parent 80a262498c
commit bf1aa37f6a
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ public class OauthService {
if (clientId == null)
credentials = getCredentialFromBasicAuthorization(request);
else if (request.getHeader(AUTHORIZATION_HEADER)!=null)
throw new Exception("he client MUST NOT use more than one authentication method");
throw new Exception("the client MUST NOT use more than one authentication method");
logger.info("Params are client_id = " + credentials.getClientId() + ", client_secret = " + credentials.getClientSecret() +
"*******************"+ ", redirect_uri = " +redirectUri + ", code = " + code + "*******************" + ", grant_type = " + grantType);