Identity Signing Keys¶
IdentityServer requires signing and validation keys in order to sign and validate tokens.
The Suite Identity Service supports loading a PEM certificate for providing
these keys in production, ideally through a kubernetes secret as current
implemented in deployments
Generating the x509 certificate¶
Bash | |
---|---|
Identity Signing Key Configuration¶
To configure the Identity Service to use a PEM Certificate public and private
key we can use the SuiteIdentityOptions.SigningCredentialsPublicKeyPath
and
SuiteIdentityOptions.SigningCredentialsPrivateKeyPath
.