Updated to more generic error message in case of error
This commit is contained in:
parent
0ef991c46b
commit
2c08c585a2
@ -56,8 +56,8 @@ public class CustomOAuth2ClientMapper extends AbstractOAuth2ClientMapper impleme
|
||||
try {
|
||||
return restTemplate.postForEntity(custom.getUrl(), request, OAuth2User.class).getBody();
|
||||
} catch (Exception e) {
|
||||
log.error("Can't connect to custom mapper endpoint", e);
|
||||
throw new RuntimeException("Can't connect to custom mapper endpoint", e);
|
||||
log.error("There was an error during connection to custom mapper endpoint", e);
|
||||
throw new RuntimeException("Unable to login. Please contact your Administrator!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user