OIDC Private/Public keypair #689
-
|
Hi, First of all, congrats and thank you for this wonderful tool ! I'm trying to setup an OIDC provider in TinyAuth 5.0, and find some difficulties with the OIDC private/public keypair.
When Tinyauth starts, I get a What am I doing wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
|
I faced a similar issue while developing this feature. It seems to be some sort of encoding issue with the public key. A simple solution would be to either let Tinyauth generate the keys or provide only the private key and let it generate the public. In any case I will look into it further. |
Beta Was this translation helpful? Give feedback.
-
|
I know this is marked as answered, but you reference "let Tinyauth generate the keys,: but i dont see how to do so in any documentation or post? |
Beta Was this translation helpful? Give feedback.
I faced a similar issue while developing this feature. It seems to be some sort of encoding issue with the public key. A simple solution would be to either let Tinyauth generate the keys or provide only the private key and let it generate the public. In any case I will look into it further.