How to set the client_secret
in kratos.yml for an OIDC provider?
#1186
-
Hello! According to the docs I can set
I just want to pick the Could I get an example? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
but I am not sure how to do it in this case, maybe you have to pass the whole array like Just write it in your This is the library we use to read env, yaml ect.: https://github.com/knadh/koanf. Would love to find this out for you, but it will take a bit probably. |
Beta Was this translation helpful? Give feedback.
but I am not sure how to do it in this case, maybe you have to pass the whole array like
SELFSERVICE_METHODS_OIDC_CONFIG_PROVIDERS={id: google, client_secret:...}
Just write it in your
kratos.yml
configuration, that should be the best option.This is the library we use to read env, yaml ect.: https://github.com/knadh/koanf.
Maybe you can find some answers there.
Would love to find this out for you, but it will take a bit probably.