Uploaded image for project: 'RH-SSO'
  1. RH-SSO
  2. RHSSO-2706

Backport Keycloak's #14760 Community Bugfix to RH SSO 7.6

    XMLWordPrintable

Details

    • False
    • None
    • False

    Description

      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;
      } 

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-ekonecsn Estevao Konecsni
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: