Re: Forms Authentication and SSL
From: Michael Tissington (michael_at_nospam.com)
Date: 10/22/03
- Next message: Morten Brun: "Re: Storing a cryto key in .Net"
- Previous message: William LaMartin: "Mutex and permission settings"
- In reply to: Jacob Yang [MSFT]: "RE: Forms Authentication and SSL"
- Next in thread: MSFT: "Re: Forms Authentication and SSL"
- Reply: MSFT: "Re: Forms Authentication and SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 22 Oct 2003 08:24:50 -0700
Jacob,
Yes, it partly answers my question.
The other aspect of this is how do I use forms authentication with SSL
Consider the following
1) User views a non SSL page
2) Clicks on a link which requires forms authentication
3) Web.config points to a https page for the login information
4) Using SSL the login information is collected
5) How then does the redirection back to the refering page work?
is it SSL or the original protocol - can it be specified?
Basically we are are just wanting to collect the user information using SSL
and then return to the protocol that was using when the user clicked on the
link (which may or may not be https)
Thanks.
-- Michael Tissington http://www.tabtag.com http://www.oaklodge.com "Jacob Yang [MSFT]" <jiany@online.microsoft.com> wrote in message news:TF$S48GmDHA.576@cpmsftngxa06.phx.gbl... > Hi Michael, > > From security consideration, IE will prompt us this security alert either > when we enter into a secure website from a non-secure one, or vice versa. > To my knowledge, we cannot dismiss this alert, unless we check the "In the > future, do not show this warning" checkbox. > > This security alert is very useful in the case if we want to send out our > secret information, such as credit account number, password, over internet. > With this alert, we should be notified whether the web site we are > communicating is a real secure or valid web site before sending out the > secret information. Without this security alert, we have no sense whether > the web site is secure. > > Does it answer your question? If I have misunderstood your concern, please > feel free to let me know. > > Best regards, > > Jacob Yang > Microsoft Online Partner Support > Get Secure! ¨C www.microsoft.com/security > This posting is provided "as is" with no warranties and confers no rights. >
- Next message: Morten Brun: "Re: Storing a cryto key in .Net"
- Previous message: William LaMartin: "Mutex and permission settings"
- In reply to: Jacob Yang [MSFT]: "RE: Forms Authentication and SSL"
- Next in thread: MSFT: "Re: Forms Authentication and SSL"
- Reply: MSFT: "Re: Forms Authentication and SSL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|