|
|
|
@ -36,6 +36,7 @@ func (s *SAMLStrategy) loadSAMLSettings() map[string]any { |
|
|
|
|
"allow_sign_up": section.KeyValue("allow_sign_up").MustBool(false), |
|
|
|
|
"allowed_organizations": section.KeyValue("allowed_organizations").MustString(""), |
|
|
|
|
"assertion_attribute_email": section.KeyValue("assertion_attribute_email").MustString(""), |
|
|
|
|
"assertion_attribute_external_uid": section.KeyValue("assertion_attribute_external_uid").MustString(""), |
|
|
|
|
"assertion_attribute_groups": section.KeyValue("assertion_attribute_groups").MustString(""), |
|
|
|
|
"assertion_attribute_login": section.KeyValue("assertion_attribute_login").MustString(""), |
|
|
|
|
"assertion_attribute_name": section.KeyValue("assertion_attribute_name").MustString(""), |
|
|
|
@ -48,7 +49,6 @@ func (s *SAMLStrategy) loadSAMLSettings() map[string]any { |
|
|
|
|
"client_secret": section.KeyValue("client_secret").MustString(""), |
|
|
|
|
"enabled": section.KeyValue("enabled").MustBool(false), |
|
|
|
|
"entity_id": section.KeyValue("entity_id").MustString(""), |
|
|
|
|
"external_uid_assertion_name": section.KeyValue("external_uid_assertion_name").MustString(""), |
|
|
|
|
"force_use_graph_api": section.KeyValue("force_use_graph_api").MustBool(false), |
|
|
|
|
"idp_metadata": section.KeyValue("idp_metadata").MustString(""), |
|
|
|
|
"idp_metadata_path": section.KeyValue("idp_metadata_path").MustString(""), |
|
|
|
|