myLittleTools Community Forum

Welcome Guest Search | Active Topics | Members | Log In | Register

Auto Login Options · View
AndyW
Posted: Friday, May 15, 2009 3:08:29 PM
Rank: Member
Groups: Member

Joined: 4/29/2009
Posts: 10
Points: 30
Location: UK
At the moment, we are using integrated windows login to the website.

I have hidden the "SQL Server Authentication" option, but it would be even nicer if the "connect" form did not appear at all, I see there is a Silent Logon - what is the best way of bypassing logon when the user is already authenticated?
elian
Posted: Friday, May 15, 2009 3:49:22 PM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
Silent logon now supports Windows Authentication mode. So this is definitively the best solution to do that.
AndyW
Posted: Friday, May 15, 2009 5:22:01 PM
Rank: Member
Groups: Member

Joined: 4/29/2009
Posts: 10
Points: 30
Location: UK
Hi,

Thanks, but I think I ned a little help then, the only document i can find dsicusses using it from a control panle - and even then is not very clear how to go about calling it.

elian
Posted: Monday, May 18, 2009 12:46:10 PM

Rank: Administration
Groups: Administration

Joined: 9/11/2006
Posts: 605
Points: 649
Location: Enghien Les Bains, France
You simply need to send the authentication value using POST method to silentlogon.aspx

As soon as your license is for 1 single server, you do not even need to send the db server name.

For instance:
Code:

<form method="post" action="silentlogon.aspx">
   <input name="authentication"
          type="hidden"
          value="windows" />
   <input type="submit" />
</form>


Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

Theme created by myLittleTools
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.