Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-72517

Keycloack plugin adapter config not validate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • keycloak-plugin
    • None
    • Docker

      In keycloack 21.1.1 if I export adapter confit and pass in plugin input fiels at jenkins then input show thet error:

      Issue parsing keycloak adapter json. JSON does not appear valid. 

      config JSON

      {
        "realm": "AABB",
        "auth-server-url": "https://sso.example.com/",
        "ssl-required": "external",
        "resource": "Jenkins",
        "verify-token-audience": true,
        "credentials": {
          "secret": "SecRetHasH"
        },
        "confidential-port": 0,
        "policy-enforcer": {
          "credentials": {}
        }
      } 

            mrmateo Matt R
            robsin Robert
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: