Variable | SAML_IDP_SIGN_ON_URL | |
Description | User accessing LogScale is redirected to this variable and authentication flow starts |
When a user tries to access LogScale the authentication flow will start by redirecting the user to the value of this variable.
ini
AUTHENTICATION_METHOD=saml
PUBLIC_URL=$YOUR_SERVERS_BASE_URL
SAML_IDP_SIGN_ON_URL=$IDP_SIGNON_URL
SAML_IDP_ENTITY_ID=$IDP_ENTITY_ID
SAML_IDP_CERTIFICATE=$PATH_TO_PEM # /home/humio/GoogleIDPCertificate-humio.com.pem
AUTO_CREATE_USER_ON_SUCCESSFUL_LOGIN=true # default is false
The value of $IDP_SIGNON_URL
could
be something like,
https://accounts.google.com/o/saml2/idp?idpid=C0453
.