I am trying to build an application where the requirement is to integrate Spartacus with CDC for all the external users and use SAML SSO for ASM users. CDC is working great out of the box with Spartacus, and SSO is integrated on the Hybris Backend and works well on the acc storefront.
I know from a similar question that SSO is not supported OOTB on Spartacus and that I'll need to modify the authentication flow on Spartacus to be able to achieve that. Being a novice on Angular and to SAML, I have a few questions :
- Even if I follow one of the guides on the question above, how do I tie it up with SAML as well as Hybris Backend to login a user from Hybris DB?
- How do I modify the auth flow to support both the systems instead of either CDC or SSO?
If you also have any samples or references to a project that does similar modifications, that would be awesome.