If enable BLUEOCEAN_FEATURE_JWT_AUTHENTICATION=true UI Blueocean don't working.

      Use docker-compose config:

      services:
        jenkins:
          image: jenkins/jenkins:2.107.1
          environment:
            JAVA_OPTS: "-DBLUEOCEAN_FEATURE_JWT_AUTHENTICATION=true"
          restart: unless-stopped
          volumes:
          - jenkins_data:/var/jenkins_home
      version: '3'
      volumes:
        jenkins_data: {}
      
      

          [JENKINS-50387] Don't working Blueocean with JWT

          Having the same issue. It seems to be caused by an old version of the buffer library being included in the core-js bundle. This results in the public key (returned by the server after the call to get the JWT token) not being processed correctly when trying to verify the JWT signature. 

          Enrico Pelizzon added a comment - Having the same issue. It seems to be caused by an old version of the buffer  library being included in the core-js bundle. This results in the public key (returned by the server after the call to get the JWT token) not being processed correctly when trying to verify the JWT signature. 

            Unassigned Unassigned
            haos616 Denis Podlesniy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: