Skip to content

Commit

Permalink
example config for auth_sso and authorization_sso
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Franck committed Mar 12, 2018
1 parent 012dc98 commit 11b5dd4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions environments/development.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@ show_errors: 1
warnings: 1
template_debug: 0
#traces: 1

#auth_sso:
# - path: "/auth/cas"
# class: "auth-sso-cas"
# i18n: "auth_sso.cas.label"
# package: "CAS"
# options:
# cas_url: "https://localhost:8443/cas"
# authorization_path: "/authorize/sso"
#
#authorization_sso:
# - path: "/authorize/sso"
# package: "Simple"

0 comments on commit 11b5dd4

Please sign in to comment.