-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Posted a previous question on this, but have a followup. I was trying to create a workaround to use SSL on the expensive custom domain. I'm willing to live with bumping a user to https://app.heroku.com from http://www.app.com for certain secure pages, and have monkey-patched SSL required to make…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to authenticate users in symfony apps using Active Directory? Can you please point out some documentation?
edit
What i need is to have a transparent login in my application. The user authenticates once at windows logon, then all applications should be accessed with the same credentials…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I am new to .NET, and don't have much experience in programming.
What is the standard way of handling user authentication in .NET in the following situation?
In Process A, User inputs ID/Password
Process A sends the ID/Password to Process B over a nonsecure public channel.
Process B authenticates…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
SECURITY Flaws in this design for User authentication.
From: http://wiki.pylonshq.com/display/pylonscookbook/Simple+Homegrown+Authentication
Note:
a. Project follows the MVC pattern.
b. Only a user with a valid username and password is allowed submit something.
Design:
a. Have a base…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am new to .NET, and don't have much experience in programming.
What is the standard way of handling user authentication in .NET in the following situation?
In Process A, User inputs ID/Password
Process A sends the ID/Password to Process B over a nonsecure public channel.
Process B authenticates…
>>> More