Skip to content

Enable OpenID Connect by default, without RSA support

Nik | Klampfradler requested to merge feature/oauth-without-rsa into master

This was done to ease testing without having to generate and configure an RSA key. OpenID Connect is fully functional even without an RSA key, although operating without RSA is not recommended.

On the go, support for directly passing keys in the configuration, e.g. when configuring AlekSIS from a K8s secret, was added.

Merge request reports