Ask a Question related to ASP.NET Security, Design and Development.
-
Juan Antonio Tubío #1
Custom Login Form for Windows Authentication?
Hello:
I need to have a custom login form page for a site with Windows
Authentication and internally i make the 'authentication windows process'.
If it's possible, i need too that when a user try to access a page or
file of the web site without make a login, redirect it to the custom
login form and don't show the ugly standard 'windows login dialog'
Any help?
Thanks in advance,
Best regards,
Juan Antonio
Juan Antonio Tubío Guest
-
Automatic windows authentication login
Hi I have 2 intranet sites: Intranet_1 and Intranet_2 both secured using integrated windows authentication in IIS. Using ASP.NET, is there a way... -
Form authentication, what about normal login?
Hello, Let's assume we have setup from-based authentication in a website. And the front page of this website is a login page with some welcome... -
multiple login popups using windows authentication
Hi, I'm am developing an application to use windows authentication. In IIS anonymous access is turned off In my web.config file I have:... -
Windows Authentication and Anonymous login URGENT
| users. However I need to be able to tell a difference if | they have login through the intranet, which window | authentication just lets them in,... -
MasterGaurav #2
Re: Custom Login Form for Windows Authentication?
[url]http://aspalliance.com/articleviewer.aspx?aId=553&pId=-1[/url]
Do you need something of this kind?
Basically, you need to have both the authentication modes redirecting
from one to another if former fails.
CHeers,
Gaurav Vaish
[url]http://mastergaurav.org[/url]
[url]http://mastergaurav.blogspot.com[/url]
----------------------------
MasterGaurav Guest
-
Juan Antonio Tubio #3
Re: Custom Login Form for Windows Authentication?
Hello MasterGaurav:
Thanks for the url. But, i have seen this url in another message and
this isn't that i find. In the article, when a user goto
MyWinAuthSite, his browser show the Standard Windows Authentication
Dialog, and i need to change this Dialog to a custom aspx page...
Best Regards,
Juan Antonio Tubio
On 4 Apr 2005 03:28:14 -0700, "MasterGaurav" <gaurav.vaish@gmail.com>
wrote:
>[url]http://aspalliance.com/articleviewer.aspx?aId=553&pId=-1[/url]
>
>Do you need something of this kind?
>Basically, you need to have both the authentication modes redirecting
>from one to another if former fails.
>
>CHeers,
>Gaurav Vaish
>[url]http://mastergaurav.org[/url]
>[url]http://mastergaurav.blogspot.com[/url]
>----------------------------Juan Antonio Tubio Guest
-
Hernan de Lahitte #4
Re: Custom Login Form for Windows Authentication?
Hi Antonio,
For what you describe, this is the scenario that will fit "Forms
Authentication" where you deal with Windows Auth directly to the AD API.
Check out this sample:
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT02.asp?frame=true[/url]
Regards,
Hernan de Lahitte
[url]http://clariusconsulting.net/hdl[/url]
"Juan Antonio Tubio" <jatubio@NADADESPAMsaluddigital.net> wrote in message
news:mi6251tpn2mcc4dk4ru662lrqhfpvqmqcq@4ax.com...> Hello MasterGaurav:
>
> Thanks for the url. But, i have seen this url in another message and
> this isn't that i find. In the article, when a user goto
> MyWinAuthSite, his browser show the Standard Windows Authentication
> Dialog, and i need to change this Dialog to a custom aspx page...
>
> Best Regards,
> Juan Antonio Tubio
>
> On 4 Apr 2005 03:28:14 -0700, "MasterGaurav" <gaurav.vaish@gmail.com>
> wrote:
>>>>[url]http://aspalliance.com/articleviewer.aspx?aId=553&pId=-1[/url]
>>
>>Do you need something of this kind?
>>Basically, you need to have both the authentication modes redirecting
>>from one to another if former fails.
>>
>>CHeers,
>>Gaurav Vaish
>>[url]http://mastergaurav.org[/url]
>>[url]http://mastergaurav.blogspot.com[/url]
>>----------------------------
Hernan de Lahitte Guest



Reply With Quote

