The following parameters are required by the authentication server to sign the authentication token.
Parameter | Required | Description | Default value |
---|---|---|---|
authentication.server.key-store | yes | The path to a keystore file in the file system. It can be relative to the WebAppPlatform directory or absolute. | ./conf/keystore.p12 |
authentication.server.key-store-type | yes | A keystore type. The available types are JKS and PKCS12. | PKCS12 |
authentication.server.key-store-password | no | A keystore password (required if the keystore is password-protected). It should be changed for a production environment. | nomagic |
authentication.server.key-password | no | A private key password (required if the private key is password-protected). It should be changed for a production environment. | nomagic |
authentication.server.key-alias | yes | A private key alias used to identify a key in the keystore. | webapp |