auth-saml.ini
Attention: This is an example of the ini .file format and may differ from your most recent FastX 4 server update. For the most up to date files, go to your FastX webserver’s help page: eg. https://yourserver.example.com:3300/help/schemas
# SAML Issuer
issuer=
# SAML Entrypoint
entryPoint=
# SAML Certificate
cert=
# Logout Endpoint
logoutEndpoint=
# Logout Redirect
logoutRedirectUri=${CLUSTER_URL}/auth/saml
extraOptions=
findUser='async function(profile){ return profile.nameID; }'
callbackUrl=${CLUSTER_URL}/auth/saml/callback"