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
BrucevbBrucevb 

SSO Login Problem

Hey I am implementing SSO Delegated and have worked through most of it, built the web service etc.. per the example.

 

Now when I perform the initial post it generates the page posts to

<Form action="https://www.salesforce.com/login.jsp" method="post" name="sfdc">

 

After that it just shows the  https://login.salesforce.com/ page with the user name and no password and no error message.

 

My web services is never called from the post. 

 

But If I key some junk into the password and press enter the web service is then called.  in fact if i adjust my web service to always return true. I can login with the junk password. 

 

How do you get SF to post back automatically to the web services with the token after the initial post?

 

Does anyone know it the documentation / example is correct or if SSO works?

 

 

 

 

 

 

 

 

User Name:

Password:

Caps Lock is ON!Caps Lock is ON! Remember User Name
 

User Name:

Password:

Caps Lock is ON!Caps Lock is ON! Remember User Name
 

 

SuperfellSuperfell
i think you need to change it to post the new login page on login.salesforce.com
BrucevbBrucevb

Yea,

Tried that and it does not work either.  

Is there any current documentation on Single Sign-on? I am reading that examples in the docs are incorrect.  Is that true?

 

Thanks!

shillyershillyer

Found this in help.

 

Best,

Sati

BrucevbBrucevb

Is this different than the other PDFs and help text? It looks the same.  Zero information on the post parameters.

 

Do you have SSO operational?

William212121William212121
I am having the same problem. When I post the data to the Salesforce login script is does not call my web service. Has anyone managed to resolve this issue.
Bvanb-zNetBvanb-zNet

You may want to take a look at this.   

 

http://salesforcesso.codeplex.com/

 

 

 

ShmulikShmulik

 


SimonF wrote:
i think you need to change it to post the new login page on login.salesforce.com

 

Do I get it correctly that login page html form can't be used as a contract for delegated SSO: form fields names and location can be relied upon despite one of the .Net examples makes you thinking so?

 

Thanks,

Shmulik