-
I have a hosted Kratos, I want to log with a generic OIDC provider having a non trusted signature. The error message I have : "Unable to initialize OpenID Connect Provider: Get "https://my-provider/.well-known/openid-configuration\": x509: certificate signed by unknown authority" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I fix this point putting my ca certificate inside the |
Beta Was this translation helpful? Give feedback.
-
Hello, @ymaiga and @vinckr. Were you able to able to authenticate users in an OIDC flow on a generic provider using x509 certificates? The Ory docs here mentions that this feature is not yet supported. I am trying to configure authentication on Microsoft Azure AD using Certificates (We have a strict use case where we are not allowed to create client_secrets). I was able to follow this microsoft article to be able to get back an access token. But, how do I configure the self hosted Kratos OIDC configs to support my use case? |
Beta Was this translation helpful? Give feedback.
I fix this point putting my ca certificate inside the
/etc/ssl/certs/
of Kratos container.