function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rest API IntegrationRest API Integration 

SP initiated SSO with Custom Authentication Module

Hi,

                     I did SP initiated SSO for SalesForce and OpenAM successfully.

In SalesForce SSO setting I used Identity Provider Login URL : http://localhost:8080/opensso/SSOPOST/metaAlias/idp                      

This URL accept SAML request and created SAML Assertion for SalesForce with IDP default login authentication.

 

Instead of above URL I when I use my Custom Authentication Module URL.

It does

  1. It redirect to IDP with custom authentication
  2. Does the authentication and display IDP home page.

It won’t show SalesForce home page.

I checked debug log : Its not creating SAML assertion for SalesForce.

 

                Is it possible to create SAML assertion from IDP ?

Or

              Custom auth module has to take care to create SAML assertion ?

Best Answer chosen by Admin (Salesforce Developers) 
KalyanLKalyanL

I think these questions are more answerable in OpenAM discussion Boards

 

Thanks,

Kalyan

 

www.convnimbus.com

All Answers

KalyanLKalyanL

I think these questions are more answerable in OpenAM discussion Boards

 

Thanks,

Kalyan

 

www.convnimbus.com

This was selected as the best answer
Rest API IntegrationRest API Integration

I added CAM module nane as parameter to above URL as

http://localhost:8080/opensso/SSOPOST/metaAlias/idp?module=CustomAuth