Hello!
I’m trying to upload a public key to be used by Okta to validate the signature of the JWT submitted with the authentication code request.
I’m getting as far as clicking the “Add Key”. But there is no option to upload, just paste, and when I paste the certificate, it displays an “Invalid JSON format” error.
I did try converting it to JSON format, but when save it, it says “invalid date time”. And now that the key is saved, I can’t delete it.
My questions are:
- Is there a way to upload the public certificate (as opposed to paste?)
- Otherwise, is there a way to paste it in pem format as opposed to json format?
I noticed it gives the pem option if you generate the key. - Is there any way to delete the key once created?
- Is there any documentation on this procedure (I’ve looked, by might have missed it)
Thanks!