|
|
|
@ -165,12 +165,15 @@ public class DynamicClientWebAppRegistrationManager {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//Add client credentials to the web-context
|
|
|
|
|
if ((oAuthAppDetails != null && oAuthAppDetails.getClientKey() != null) && !oAuthAppDetails.getClientKey().isEmpty()) {
|
|
|
|
|
if ((oAuthAppDetails != null && oAuthAppDetails.getClientKey() != null) &&
|
|
|
|
|
!oAuthAppDetails.getClientKey().isEmpty()) {
|
|
|
|
|
DynamicClientWebAppRegistrationUtil.addClientCredentialsToWebContext(oAuthAppDetails,
|
|
|
|
|
servletContext);
|
|
|
|
|
log.info("Added OAuth application credentials to webapp context of webapp : " +
|
|
|
|
|
if (log.isDebugEnabled()) {
|
|
|
|
|
log.debug("Added OAuth application credentials to webapp context of webapp : " +
|
|
|
|
|
webAppName);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|