-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
RH-SSO-7.6.5
-
False
-
None
-
False
-
-
Requesting to backport the following: https://github.com/keycloak/keycloak/pull/14760
When downloading the RH SSO 7.6 JS Adapter with the latest patch, the problematic code is still present in keycloak-authz.js:
for (j = 0; j < resource.scopes.length; j++) { var scope = resource.scopes[j]; if (permission.indexOf('#') != permission.length - 1) { permission += ","; } permission += scope; }