fixed wrong method name call
This commit is contained in:
parent
02cc26dacb
commit
2b5733d6ff
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue