Tagged Questions
5
votes
4answers
784 views
Authentication combination OpenID & Facebook
Is it possible to use a combination of authentication systems in a web app?
I want to use OpenId, however I think my potential customers are actually more likely to have a Facebook ID.
Therefore I ...
2
votes
3answers
59 views
How can I avoid using server-side sessions for authentication in a Java webapp?
I'd like to secure access to resources in my web application, so I authenticate my users using the standard mechanisms and use server-side sessions to preserve the authenticated state.
I'd like to ...
1
vote
2answers
4k views
Global vs Universal Active Directory Group access for a web app
I have a SQL Server 2000, C# & ASP.net web app. We want to control access to it by using Active Directory groups. I can get authentication to work if the group I put in is a 'Global' but not if ...
0
votes
0answers
100 views
Java Authentication and Authorization framework with embedded web application for its configuration
I'm looking for an open source java user management application. I found that Apache Shiro could be suitable for my purposes. However, what I need is also a web interface for users, roles and realms ...