##// END OF EJS Templates
upgrade: fixed old style rc upgrade sometimes used with a very old installer.
upgrade: fixed old style rc upgrade sometimes used with a very old installer.

File last commit:

r3290:ac4e4e5a default
r3505:c75dd264 stable
Show More
auth.rst
34 lines | 1010 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _authentication-ref:
Authentication Options
======================
docs: update LDAP documentation according to user feedback.
r2656 |RCE| provides a built in authentication against its own database. This is
docs: added SAML documentation....
r3290 implemented using ``RhodeCode Internal`` plugin. This plugin is enabled by default.
docs: update LDAP documentation according to user feedback.
r2656 Additionally, |RCE| provides a Pluggable Authentication System. This gives the
project: added all source files and assets
r1 administrator greater control over how users authenticate with the system.
.. important::
docs: added SAML documentation....
r3290 You can disable the built in |RCE| authentication plugin
``RhodeCode Internal`` and force all authentication to go
docs: update LDAP documentation according to user feedback.
r2656 through your authentication plugin of choice e.g LDAP only.
However, if you do this, and your external authentication tools fails,
docs: added SAML documentation....
r3290 accessing |RCE| will be blocked unless a fallback plugin is
enabled via :file: rhodecode.ini
project: added all source files and assets
r1
docs: added SAML documentation....
r3290
|RCE| comes with the following user authentication management plugins:
project: added all source files and assets
r1
.. toctree::
docs: added SAML documentation....
r3290 auth-token
docs: update LDAP documentation according to user feedback.
r2656 auth-ldap
auth-ldap-groups
docs: added SAML documentation....
r3290 auth-saml-generic
auth-saml-onelogin
auth-saml-duosecurity
docs: update LDAP documentation according to user feedback.
r2656 auth-crowd
auth-pam
project: added all source files and assets
r1 ssh-connection