How to use SAML for user authentication

Hi guys,
I need to change our logging authentication mechanism using SAML with Microsoft Azure, instead of LDAP.
If you have any idea/source-code/documentation, then please share it with me.

Kind regards.
Mark

Hello, there is a general guide here but it is a bit outdated Single Sign-On (SSO) - Bloomreach Experience Manager (PaaS/Self-Hosted) - The Fast and Flexible Headless CMS

Here is a guide that uses Spring Security with Spring Boot, if you are running a recent version of the CMS (v14+) SSO in CMS with Spring Security.pdf - Google Drive

You would need to substitute with the Azure integration of your choice. Something like this one, although it uses OAuth2 not SAML, which is preferred Spring Cloud Azure Spring Security support - Java on Azure

Here is a slightly different example with OKTA and SAML GitHub - machak/hippo-saml

You might still need the LDAP connector if you want to import your users automatically.

1 Like

Hi David,
thanks so much, these good start point to me.
:pray: :pray: :pray:

Hello Raptor,

Thank you for your valuable input.
We are looking forward to your continuous contribution towards our vibrant Bloomreach Community.