##// END OF EJS Templates
auth-token: expose fetched token in unified way into request attribute....
auth-token: expose fetched token in unified way into request attribute. - This will allow re-using exposed access token for HTTP views in single place - We will support also exposing tokens from url if special _auth_token will be used as url param - We'll no longer require double logic for extraction of URL/HEADER auth-tokens and have a single place to extract it.

File last commit:

r3491:6b5497ed default
r4002:5f150e86 default
Show More
auth-saml-generic.rst
19 lines | 347 B | text/x-rst | RstLexer
/ docs / auth / auth-saml-generic.rst
docs: added SAML documentation....
r3290 .. _config-saml-generic-ref:
SAML 2.0 Authentication
-----------------------
**This plugin is available only in EE Edition.**
RhodeCode Supports standard SAML 2.0 SSO for the web-application part.
Please check for reference two example providers:
.. toctree::
auth-saml-duosecurity
auth-saml-onelogin
docs: added example how to enroll multiple users to SAML.
r3491 auth-saml-bulk-enroll-users
docs: added SAML documentation....
r3290