Revert Windows permission temp fix

pull/202/head
Navod Zoysa 1 year ago
parent 19ec02828e
commit 453034c0e2

@ -79,11 +79,6 @@ public class PermissionAuthorizer {
matchingResources.add(new MatchingResource(permission.getUrlPattern().replace(context, ""), permission.getPath()));
}
}
//TODO :: Temporary fix for windows bst api url mismatch error
else if ("/api/device-mgt/windows/v1.0/bst/authentication".equals(permission.getUrl())) {
requiredPermission = "/permission/admin/device-mgt/devices/enroll/windows";
break;
}
}
if (requiredPermission == null) {

Loading…
Cancel
Save