fixed wrong method name call

This commit is contained in:
Massimiliano Assante 2020-06-24 12:02:48 +02:00
parent 02cc26dacb
commit 2b5733d6ff
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public class SmartGearsPortalValve extends ValveBase {
OpenIdConnectConfiguration configuration = LiferayOpenIdConnectConfiguration.getConfiguration(request);
try {
// TODO: handle the token expired case and renew it with refresh token.
umaToken = OpenIdConnectRESTHelper.queryUMAToken(configuration.getTokenUrl(),
umaToken = OpenIdConnectRESTHelper.queryUMAToken(configuration.getTokenURL(),
authToken.getAsBearer(),
urlEncodedScope, null);
} catch (Exception e) {