SSO
Here you can find instructions on how to configure authentication via SAML.
Overview
Purify can be configured to use SSO (based on SAML) instead of local authentication.
Under the hood passport-saml is used to make it possible.
Configuration
You need to provide a set of credentials via .env
file:
SAML_LOCAL_KEY
can be set in two ways:
SAML_LOCAL_KEY_PATH
via path of the mounted file into the docker containerSAML_LOCAL_KEY_ONELINE
alternatively a single line private key without start/end lines where all rows are joined into single line, see example from of singleline private key.
The same work for SAML_IDP_CERT_PATH
and SAML_IDP_CERT_ONELINE
.
And set:
Action
Restart Purify and try to login, the login screen will be changed to:
Some users, such as admins, may need to bypass single sign-on to complete work tasks. To enable this, when creating users, check the box:
Last updated