Versions Compared

Key

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

SAML (Security Assertion Markup Language) authentication is a standard protocol used for Single Sign-On (SSO). SAML allows users to authenticate with a service (Service Provider or SP) using credentials from a central Identity Provider (IdP). This process enhances security and provides a seamless login experience across multiple platforms.

...

In the Configure saml dialog, add in the parameters for your SAML configuration.

Image RemovedImage Added



SAML parameters

KeyDescriptionExampleComment
Single Sign-On (SSO) URLIDP SSO URLhttps://cloak.opmantek.net/realms/my_realm/protocol/saml/clients/omk-2The SSO URL is used by the SP to initiate the authentication process. It typically points to the IdP's SAML endpoint where the SP sends an authentication request (AuthnRequest) XML document.
Metadata URL IDP Metadata URLhttps://cloak.opmantek.net/realms/my_realm/protocol/saml/descriptorThe Metadata URL provides essential information about the IdP to the SP, including endpoints, certificates, and other settings required for SAML authentication.
Username AttributeIDP Username attribute which corresponds to NMIS UserUsername(optional) SAML IDP attribute to be mapped to NMIS Username. SAML response from the IdP needs to have a saml:Attribute which contains the NMIS Username, If the NMIS Username is present in the saml:NameID tag then this Username Attribute parameter can be left empty
Login LabelSAML Button label in the FirstWave Login pageKeycloak SAML(optional) You can choose how you label the SAML login button on the FirstWave login screen. Eg "Login with Keycloak SAML". The default is "SAML".
Auth SameSite CookieCookie samesite configuration LaxThe SameSite attribute for cookies is used to control whether cookies are sent along with cross-site requests. 
This has to be set to Lax for SAML.


Press Update and Save the configuration.

Restart OMK Daemon

...