diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index c67e839c6..8952c6075 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -970,6 +970,10 @@ Enable GitHub Authentication +
GitHub: | @@ -1027,6 +1031,26 @@|
Binding Field: | +
+
+
+ If selected, when a user logs in via this provider, they will be automatically bound to their user in {{ config.AUTHENTICATION_TYPE }} by matching the selected field from the provider to the associated user in {{ config.AUTHENTICATION_TYPE }}.
+
+
+ For example, selecting
+ Subject here with a backing authentication system of LDAP means that a user logging in via this provider will also be bound to their user in LDAP by username.
+
+ If none selected, a user unique to will be created on initial login with this provider. This is not the recommended setup.
+
+ |
+
OAuth Client ID: | @@ -1070,6 +1098,26 @@|
Binding Field: | +
+
+
+ If selected, when a user logs in via this provider, they will be automatically bound to their user in {{ config.AUTHENTICATION_TYPE }} by matching the selected field from the provider to the associated user in {{ config.AUTHENTICATION_TYPE }}.
+
+
+ For example, selecting
+ Subject here with a backing authentication system of LDAP means that a user logging in via this provider will also be bound to their user in LDAP by username.
+
+ If none selected, a user unique to will be created on initial login with this provider. This is not the recommended setup.
+
+ |
+