git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/authorization-common-client@132469 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
a8d2daf9f1
commit
202183e928
|
@ -189,7 +189,7 @@ public class DefaultAuthorizationProxy implements AuthorizationProxy {
|
|||
|
||||
String methodPath = "/token/node";
|
||||
|
||||
int infrastructureHash = Utils.getInfrastructureHashFromToken(SecurityTokenProvider.instance.get(), endpoints.getDefaultInfrastructure());
|
||||
int infrastructureHash = Utils.getInfrastructureHashfromContext(context);
|
||||
|
||||
StringBuilder callUrl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue