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
dotnet developedotnet develope 

Your company's authentication service is currently down

Hi All,

 

I am working on AD(Active Directory) integration with salesforce.com.

my application is developed using c# and asp.net. and while running it is redirecting to salesforce.com/login.jsp with two parameters like pw(as token) and username

 

On landing the salesforce.com login page it is giving error msg.

 

"Your company's authentication service is currently down".

 

it would be helpful for me if anyone can guide to solve the issue.

 

Thanks in advance.

MaheshC

 

 

 

 

 

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
dotnet developedotnet develope

Its the problem webservice which we were not properly deployed..........

 

 

After properly deploying the webservice its working fine........

 

 

 

 

All Answers

SuperfellSuperfell

You should find a more detailed error in the sso error log, but its likely that either it can't connect to the server you specified, or it connected but timed out waiting for a response from the server.

dotnet developedotnet develope

Hi SimonF,

 

Thanks for ur reply.

 

I have check the error log of "Delegated Authentication Error History"

 

and the  error msg is "java.net.SocketTimeoutException: Read timed out".

 

 

i am not understand by this error msg. could u please help me out.

 

Thanks,

MaheshC

 

 

 
dotnet developedotnet develope

Hi SimonF,

 

Currenty i am working on different box with the same application. i am getting different error.

 

 

SuperfellSuperfell

Your service didn't respond within the allowed timeout (10 seconds i think).

dotnet developedotnet develope

Hi SimonF,

 

I am getting this error, which is shown below.

 

 

 

 

Error msg

 

 

Thanks,

MaheshC

dotnet developedotnet develope

Its the problem webservice which we were not properly deployed..........

 

 

After properly deploying the webservice its working fine........

 

 

 

 

This was selected as the best answer