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);
|
OpenIdConnectConfiguration configuration = LiferayOpenIdConnectConfiguration.getConfiguration(request);
|
||||||
try {
|
try {
|
||||||
// TODO: handle the token expired case and renew it with refresh token.
|
// TODO: handle the token expired case and renew it with refresh token.
|
||||||
umaToken = OpenIdConnectRESTHelper.queryUMAToken(configuration.getTokenUrl(),
|
umaToken = OpenIdConnectRESTHelper.queryUMAToken(configuration.getTokenURL(),
|
||||||
authToken.getAsBearer(),
|
authToken.getAsBearer(),
|
||||||
urlEncodedScope, null);
|
urlEncodedScope, null);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in New Issue