You need to sign in to do that
Don't have an account?
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
- It redirect to IDP with custom authentication
- 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 ?
I think these questions are more answerable in OpenAM discussion Boards
Thanks,
Kalyan
www.convnimbus.com
All Answers
I think these questions are more answerable in OpenAM discussion Boards
Thanks,
Kalyan
www.convnimbus.com
I added CAM module nane as parameter to above URL as
http://localhost:8080/opensso/SSOPOST/metaAlias/idp?module=CustomAuth