MadAppGang / identifo

Universal authentication framework for web, created with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identifo Admin: Public key is not recognized from server config file

kazemisoroush opened this issue · comments

@jack Rudenko found the issue. The problem is not with the public/private key pair. It’s with the settings parser. The public_key_key is removed from settings:
image

https://www.loom.com/share/5e8bd08fb8c34887a037ae48138378cc

It’s been removed in this commit:
d1a92bb

So, currently, there is no way to introduce or generate a public key to Identifo.

Also, when I try "Generate Key" it also doesn't work:
image

Here's the response:

{
    "error": "error creating PEM: x509: unsupported public key type: <nil>",
    "code": 500
}

Fixed in version v2.1.2