Hi @Varadharaj, Silambarasan ,
Thanks for reaching out.
This is complex scenario which require good understanding of SAML and Azure AD B2C policies.
To achieve this flow, you can configure Azure AD B2C as a SAML identity provider (IdP) to Salesforce and as a SAML service provider (SP) to SiteMinder. Here are the high-level steps to configure this flow:
- Configure Azure AD B2C as a SAML IdP to Salesforce. You will need to configure Azure AD B2C to send a SAML token to Salesforce after successful authentication.
- Configure Azure AD B2C as a SAML SP to SiteMinder. You will need to configure SiteMinder to send a SAML token to Azure AD B2C after successful authentication.
- Configure Azure AD B2C to act as a bridge between SiteMinder and Salesforce. You can do this by configuring Azure AD B2C to accept the SAML token from SiteMinder, validate it, and then send a new SAML token to Salesforce.
To configure Azure AD B2C as a bridge between SiteMinder and Salesforce, you can create a custom policy in Azure AD B2C that accepts the SAML token from SiteMinder, validates it, and then sends a new SAML token to Salesforce. You can use the SAML token issued by SiteMinder as the input claim for the custom policy. You can then use the TransformClaims element to transform the input claim into the output claim required by Salesforce. Finally, you can use the SendClaims element to send the output claim to Salesforce.
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.