Skip to content

Commit

Permalink
fix: Update example config
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcristiano committed Mar 12, 2024
1 parent 4d2e7c9 commit 368041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc.toml.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[auth]
issuer_url = "https://kanidm.home.cristiano.cloud/oauth2/openid/hello_idc"
redirect_url = "https://hello_idc.home.cristiano.cloud/auth"
redirect_url = "https://hello_idc.home.cristiano.cloud/oidc/login_auth"
client_id = "client_id"
client_secret = "foo"
post_auth_path = "/user"

0 comments on commit 368041b

Please sign in to comment.