configuration-as-code-plugin/demos/keycloak
Victor Martinez 1da9c610b8 Validate keycloak demo with the integrations framework (#1111)
* Validate keycloak demo with the integrations framework

* change scope
2019-10-07 14:14:43 +01:00
..
README.md Validate keycloak demo with the integrations framework (#1111) 2019-10-07 14:14:43 +01:00

README.md

Configure Keycloak plugin

Basic configuration of the Keycloak plugin

sample configuration

jenkins:
  securityRealm: keycloak

unclassified:
  keycloakSecurityRealm:
    keycloakJson: |-
      {
        "realm": "my-realm",
        "auth-server-url": "https://my-keycloak-url/auth",
        "ssl-required": "all",
        "resource": "jenkins",
        "public-client": true,
        "confidential-port": 0
      }