oidc-provider-plugin icon indicating copy to clipboard operation
oidc-provider-plugin copied to clipboard

Choice of keypair format

Open jglick opened this issue 3 years ago • 1 comments

Currently the plugin only creates RSA-format keypairs with a fixed size. Might be useful to offer the option of using another algorithm such a elliptic curve.

jglick avatar Apr 01 '22 17:04 jglick

I've opened a draft PR to implement this feature. It outlines a basic idea of how support for selecting a keypair format could work. I would love to get some feedback from you :slightly_smiling_face:.

Small warning, tests are currently missing and existing tests need a bit of an adaption, but I wanted to get some feedback to see if the way I implemented it would be ok :slightly_smiling_face:

patrickpichler avatar Sep 17 '22 08:09 patrickpichler