Setup

  1. Copy the jar file into the plugin directory of your mesh installation.

  2. Obtain public key of the GCMS Installation by calling GET http(s)://[hostname]/CNPortletapp/rest/admin/publicKey and store as file /plugins/gcms/public-key.jwk

Configuration

/plugins/gcms/config.yaml
---
publicKeyPath: "public-key.jwk"
issuer: "Gentics CMS"
Table 1. Configuration options

Name

Description

Default

publicKeyPath

Path to the JWK file containing the public key

public-key.jwk

issuer

Expected value of the iss claim (issuer claim)

Gentics CMS