Replies: 1 comment
-
|
Dex is going to complain about untrusted certs. That's kind of understandable, since TLS is the only thing that protects the auth flow from being compromised. But as you also pointed out, you can add your own rootCAs to make sure Dex trusts a self-signed cert. |
Beta Was this translation helpful? Give feedback.
0 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.
-
There is a configuration to add a
rootCAto allow untrusted certifications, but there isn't any configuration forOpenID ConnectHow
Dexbehaves when trying to authenticate using anoidcconnector against a service that holds a non-trusted certification?Beta Was this translation helpful? Give feedback.
All reactions