JWT properties for Sterling Order Management System Software
For setting up JWT authentication, you need to set up the properties that are related to JWT within Sterling™ Order Management System Software.
Configure the following properties in Sterling Order Management System Software under the vendor yfs:
| Property | Description |
|---|---|
yfs.jwt.create.issuer |
Specify the issuer name that is to be used while creating a JWT token for a current user. For
example, oms. |
yfs.jwt.create.audience |
Specify to whom you intend to send the JWT token. For example,
oserv. |
yfs.jwt.create.algorithm |
Specify the algorithm that is to be used for signing the JWT token. For example,
RS256. |
yfs.jwt.create.expiration |
Specify the expiration time in minutes for the JWT token. For example,
600. |
yfs.jwt.create.pk.alias |
This alias corresponds to the Java keystore, which is used to save a private key. The corresponding public key is configured in Order Service. |