Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Since version 3.18 TermWeb supports SAML authentication as a SAML Service Provider (SP).
TermWeb has an active SSO endpoint but does not support SLO.

These are the properties needed to be set for enabling SAML Authentication.

Info
# Specifies if SAML authentication is enabled.
login.saml.enabled=true

# Specifies if during SAML login users are automatically created when they do not exist in TermWeb.
# If this feature is disabled, then non-existing users are logged in as guests.
login.saml.autocreate.users=true

# The entity Id of TermWeb Service Provider (SP)
login.saml.sp.entityid=

# The entity Id of the Identity Provider (IdP)
login.saml.idp.entityid=

# The URL of the IdP for Single SignOn
login.saml.idp.sso.url=

# The certificate of the IdP
login.saml.idp.x509.certificate=

# Specify if standard login prompts will be hidden, when clicking logout
login.saml.no.standard.login=true

...