Skip to content

Commit

Permalink
Adds saml config params to auth and to settings yml (#111)
Browse files Browse the repository at this point in the history
* This commit also changes the uid to point to the urn for PPID
and adds additional attrs to statements.
  • Loading branch information
Devanshu Matlawala authored and bwatson78 committed Nov 30, 2020
1 parent e97960d commit d7c1ca9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ auth:
:provider: :saml
:hidden: false
<% end %>
<% if ENV['SP_KEY'] %>
- :name: Saml
:provider: :saml
:hidden: false
<% end %>
# google_analytics_tracking_id: "someid"
supplemental_files:
proxy: false
Expand Down

0 comments on commit d7c1ca9

Please sign in to comment.