Skip to content

Commit 4b703a2

Browse files
Add excample auth_conf file
1 parent 5afbf11 commit 4b703a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/api/config/auth_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)