Replies: 1 comment 8 replies
-
|
Are you sure that your Provider supports |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Still trying to enable MLE on Signicat, still failing. I have tried a lot of different configuration combinations, but the result is always the same. I have set up a local server with the hostname 'labs.signicat.com' and a self-signed SSL certificate: Error in handling response type. The actual response from the server is
{"error":"invalid_client","error_description":"The client ID provided is not recognized in this Authorization server."}with status code 400.I'm trying to copy the flow of their official demo OIDC-MLE example.
My config:
Public key:
Private key:
The full log:
Sorry for this wall of text. I think I'm missing something very trivial, but everything except for the very last step in authentication seems correct. Are there any obvious errors in my configuration?
Beta Was this translation helpful? Give feedback.
All reactions