OpenID RSA Certificates
By default Defguard uses HMAC algorithm for OIDC token validation. If you want to use RSA, you'll have to Generate RSA keys:
And then add environment variable to CORE: DEFGUARD_OPENID_KEY: /path/to/rsa.pem
For example if you use docker/compose based deployment, add the env variable and mount the volume in docker-compose core service:
Last updated