Skip to content

Commit

Permalink
Merge pull request #66 from USEPA/dev-saml-settings
Browse files Browse the repository at this point in the history
Dev saml settings
  • Loading branch information
johnrockweilercgi authored Feb 9, 2021
2 parents c0eae82 + 69a38d0 commit 1383ee5
Showing 1 changed file with 20 additions and 27 deletions.
47 changes: 20 additions & 27 deletions config/dev/simplesamlphp_auth.settings.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,28 @@
langcode: en
default_langcode: en
activate: true
mail_attr: mail
unique_id: uid
user_name: uid
auth_source: default-sp
login_link_display_name: 'Enterprise/PIV Login'
header_no_cache: false
role:
population: ''
eval_every_time: false
register_users: true
allow:
set_drupal_pwd: false
default_login: true
set_drupal_pwd: true
default_login_roles:
authenticated: authenticated
author: '0'
comms: '0'
editor: '0'
administrator: '0'
webform: webform
administrator: administrator
default_login_users: ''
logout_goto_url: 'https://oneintranetpilot.epa.gov'
user_register_original: null
sync:
mail: true
user_name: true
autoenablesaml: false
logout_goto_url: ''
activate: true
auth_source: default-sp
login_link_display_name: 'Enterprise/PIV Login'
login_link_show: true
debug: false
secure: true
httponly: false
_core:
default_config_hash: BuLah1nwoT5oUjn6XIuKnXkjcvdt5tDIGQ6gAflOY0s
login_link_show: true
register_users: true
header_no_cache: false
unique_id: uid
user_name: uid
sync:
user_name: true
mail: true
mail_attr: mail
role:
population: ''
eval_every_time: false
autoenablesaml: false

0 comments on commit 1383ee5

Please sign in to comment.