##// END OF EJS Templates
auth: add scope and login restrictions to rhodecode plugin, and scope restriction to token plugin....
auth: add scope and login restrictions to rhodecode plugin, and scope restriction to token plugin. - allows limiting the usage of builtin auth to HTTP only (so force usage of tokens) - allows migration to something like saml keeping only super-admin for login.

File last commit:

r3290:ac4e4e5a default
r3392:5cc5c872 default
Show More
auth-crowd.rst
15 lines | 438 B | text/x-rst | RstLexer
docs: update LDAP documentation according to user feedback.
r2656 .. _config-crowd-ref:
Crowd
-----
To enable Crowd authentication, use the following steps:
docs: added SAML documentation....
r3290 1. From the |RCE| interface, go to :menuselection:`Admin --> Authentication`
2. Activate the ``rhodecode.lib.auth_modules.auth_crowd`` library and select
docs: update LDAP documentation according to user feedback.
r2656 :guilabel:`Save`
3. On the Crowd plugin settings section, do the following:
* Check the :guilabel:`Enable` checkbox
* Enter your Crowd server settings
* Select :guilabel:`Save`