Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding SSO/SAML2 details to the docs #1146

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
adjusting style :)
pimguilherme committed Sep 21, 2022
commit 018bda69fa584058aab7acb8151f177a57525c59
2 changes: 1 addition & 1 deletion docs/source/authentication.rst
Original file line number Diff line number Diff line change
@@ -271,7 +271,7 @@ SSO Auth Backends
The SSO architecture is pluggable, and different backends can be implemented to handle the login/user interaction, just like the **Standalone Auth Mode** and its backends.

SAML2
~~~~~
-----

You may use SAML2 as a SSO backend, which is implemented using the pysaml2 library, and the code is hosted at https://github.com/StackStorm/st2-auth-backend-sso-saml2