Skip to content

Commit

Permalink
Update example config to configure SAML IdP
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Dec 8, 2023
1 parent c7e64c7 commit 5c7187c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/dev.secrets.exs.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ config :cadet,
# token_url: "https://github.com/login/oauth/access_token",
# user_api: "https://api.github.com/user"
# }},
"test_saml" => {Cadet.Auth.Providers.SimpleSAML, %{idp_id: "testidp"}},
"test" =>
{Cadet.Auth.Providers.Config,
[
Expand Down

0 comments on commit 5c7187c

Please sign in to comment.