-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
D8CORE-6842 Added and configured stanford_samlauth (#701)
- Loading branch information
Showing
22 changed files
with
793 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
_core: | ||
default_config_hash: kwGGKvKSU7cPTEgTMWrbW0o9Jwe6FSDmpgdUWmIXCdg | ||
enabled: true | ||
timeout: 43200 | ||
max_timeout: 172800 | ||
padding: 20 | ||
logout_regardless_of_activity: false | ||
no_individual_logout_threshold: false | ||
role_logout: false | ||
role_logout_max: false | ||
redirect_url: /user/login | ||
no_dialog: false | ||
message: 'Your session is about to expire. Do you want to reset it?' | ||
inactivity_message: 'You have been logged out due to inactivity.' | ||
inactivity_message_type: status | ||
modal_width: 450 | ||
enforce_admin: false | ||
jstimer_format: '%hours%:%mins%:%secs%' | ||
jstimer_js_load_option: false | ||
use_alt_logout_method: false | ||
use_watchdog: true | ||
whitelisted_ip_addresses: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
_core: | ||
default_config_hash: FtwnuCXmazPAh2H2i_gbDhMK1-eBmNy1dG4RBU4qt4o | ||
langcode: en | ||
display_denied_message: true | ||
access_denied_message: 'Access denied. You must log in to view this page.' | ||
access_denied_message_type: error | ||
redirect_authenticated_users_to: '' | ||
throw_authenticated_404: false | ||
display_auth_denied_message: true | ||
access_denied_auth_message: 'Access denied. Check with your site administrator if you need assistance.' | ||
access_denied_auth_message_type: error | ||
user_login_path: /user/login | ||
default_redirect_code: 307 | ||
add_noindex_header: true | ||
destination_parameter_override: '' | ||
match_noredirect_pages: "/jsonapi\r\n/jsonapi/*\r\n/subrequests" | ||
match_noredirect_negate: 0 | ||
redirect_to_destination: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
_core: | ||
default_config_hash: oDGEkhP0h5rXXqlDplxeBDre0goLigOJupHKMDMwcqM | ||
login_menu_item_title: '' | ||
logout_menu_item_title: '' | ||
login_redirect_url: '' | ||
logout_redirect_url: '' | ||
error_redirect_url: '' | ||
error_throw: false | ||
local_login_saml_error: false | ||
logout_different_user: false | ||
drupal_login_roles: | ||
administrator: '0' | ||
authenticated: '0' | ||
stanford_faculty: '0' | ||
stanford_staff: '0' | ||
stanford_student: '0' | ||
contributor: '0' | ||
site_manager: '0' | ||
site_editor: '0' | ||
site_builder: '0' | ||
site_developer: '0' | ||
layout_builder_user: '0' | ||
decoupled_site_users: '0' | ||
sp_entity_id: '' | ||
sp_name_id_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient' | ||
sp_x509_certificate: '' | ||
sp_new_certificate: '' | ||
sp_private_key: '' | ||
metadata_valid_secs: 60 | ||
metadata_cache_http: false | ||
idp_entity_id: 'https://idp.stanford.edu/' | ||
idp_single_sign_on_service: 'https://login.stanford.edu/idp/profile/SAML2/Redirect/SSO' | ||
idp_single_log_out_service: '' | ||
idp_change_password_service: '' | ||
idp_certs: { } | ||
idp_cert_encryption: '' | ||
unique_id_attribute: uid | ||
map_users: false | ||
map_users_name: true | ||
map_users_mail: true | ||
map_users_roles: | ||
administrator: administrator | ||
stanford_faculty: stanford_faculty | ||
stanford_staff: stanford_staff | ||
stanford_student: stanford_student | ||
contributor: contributor | ||
site_manager: site_manager | ||
site_editor: site_editor | ||
site_builder: site_builder | ||
site_developer: site_developer | ||
layout_builder_user: layout_builder_user | ||
decoupled_site_users: decoupled_site_users | ||
create_users: true | ||
sync_name: false | ||
sync_mail: false | ||
user_name_attribute: '' | ||
user_mail_attribute: mail | ||
request_set_name_id_policy: true | ||
strict: true | ||
security_metadata_sign: false | ||
security_authn_requests_sign: true | ||
security_logout_requests_sign: true | ||
security_logout_responses_sign: true | ||
security_nameid_encrypt: false | ||
security_signature_algorithm: '' | ||
security_encryption_algorithm: '' | ||
security_messages_sign: true | ||
security_assertions_signed: false | ||
security_assertions_encrypt: false | ||
security_nameid_encrypted: false | ||
security_want_name_id: true | ||
security_request_authn_context: true | ||
security_lowercase_url_encoding: true | ||
security_logout_reuse_sigs: false | ||
security_allow_repeat_attribute_name: false | ||
debug_display_error_details: false | ||
debug_log_in: false | ||
debug_log_saml_in: false | ||
debug_log_saml_out: false | ||
debug_phpsaml: false | ||
use_proxy_headers: false | ||
use_base_url: true | ||
bypass_relay_state_check: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
field_mappings: | ||
- | ||
attribute_name: displayName | ||
field_name: su_display_name | ||
link_user_order: null |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
_core: | ||
default_config_hash: Gg16MjldLejVucRsgAVxrnzR6CxV4zt94j_HnyyxQ3g | ||
hide_local_login: true | ||
local_login_fieldset_label: 'Drupal Login' | ||
local_login_fieldset_open: false | ||
allowed: | ||
restrict: false | ||
users: { } | ||
affiliations: { } | ||
groups: { } | ||
role_mapping: | ||
workgroup_api: | ||
cert: '' | ||
key: '' | ||
reevaluate: new | ||
mapping: | ||
- | ||
role: administrator | ||
attribute: eduPersonEntitlement | ||
value: 'uit:sws' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.