We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afbf11 commit 4b703a2Copy full SHA for 4b703a2
docker/api/config/auth_config.yml
@@ -0,0 +1,5 @@
1
+oidc_conf_well_known_url: "well-known-openid-configuration-endpoint"
2
+oidc_client_secret: "xxx"
3
+oidc_client_id: "client-id"
4
+frontend_callback_url: "http://localhost/callback"
5
+oidc_enabled: True
0 commit comments