Authentication is commonly understood as the act of asserting a user's or entity's identity, although in the wider sense it can refer to asserting the truthfulness of any kind of claim. Authentication, like encryption, is a major component in implementing computer security.
1
vote
1answer
10 views
Struts 2 access request.isUserInRole
I'm developing a small Java EE application using Struts 2 and Rest Services over a JBoss AS7 server.
I'm using FORM auth for REST and Web content, and I don't have any problem with REST, but on the ...
0
votes
0answers
13 views
Worklight: Protected resources unexpectedly becomes Unprotected automatically
I have protected some of my resources as per Worklight guide to protect static url, console etc.
...
2
votes
0answers
15 views
ServiceStack Redis Auth Persistence
I'm attempting to learn how to use Redis for UserAuth persistence in ServiceStack.
I have the following code inside my Global.asax.cs:
public class HelloAppHost : AppHostBase
{
public ...
0
votes
1answer
20 views
Top SAML 2.0 identity providers in the market
I am working on a product (service provider) which uses SAML 2.0 for authentication purpose. Having said that I wanted to know what you all think are the top and most trusted identity providers that ...
0
votes
1answer
25 views
Check a field in the User table before login?
I am migrating encryption methods to an already existing ~200 users database to bcrypt.
What I want to do is when a user who is using the normal login form submits the request, the app will then ...
0
votes
0answers
9 views
WCF configuration so I can work with callback and authenticate against an AD
Sorry for the long title.
This one is about WCF configuration and security. I have the following scenario:
one server (IIS)
N clients (WPF applications)
web services to communicate between clients ...
0
votes
1answer
7 views
django-userena “get_visible_profiles” error
I have been using django userena for my new project and everything worked fine.
Now when I am browsing to /accounts/ is get the following error:
AttributeError: 'Manager' object has no attribute ...
0
votes
0answers
7 views
AuthenticationService.svc without WCF
I have a .NET 2.0 WebService that is protected by Forms authentication. Since the runtime is .NET 4.0 I configured AuthenticationService.svc so that the clients are able to authenticate and later call ...
-1
votes
0answers
17 views
Sorry, this feature isn't available right now: An error occurred while processing this request. Please try again later [closed]
Starting yesterday at 4pm all of my Facebook Connect Apps stopped accepting new users. This is across numerous Apps on various domains.
I get the FB dialog which pops up and requests initial ...
0
votes
0answers
15 views
Java security framework for Amazon like REST authentication
Is there a Java security framework that provides Amazon like REST authentication? (I am not talking about a Client for AWS, but use the same algorithm to authenticate my users.)
From the ...
0
votes
0answers
7 views
How to re-authenticate on a WCF Service hosted in IIS7.5?
I currently have a WCF Service hosted in IIS7.5 and have setup the Basic Authentication which is linked directly to the company Active Directory so anyone who accesses the WCF Service will be prompted ...
0
votes
0answers
6 views
How to create axis2 service provider that able to handle both Username token and digital signature authentication?
I have created service provider (Web Service, SOAP) using Axis2, using WS-Security for the authentication.
Currently there are 2 types of authentication this service trying to provide, Username ...
0
votes
0answers
20 views
get authentication type in C#
I have a server with authentication and some files resides there which I need to download but before starting download I want to get the authentication type which my server supports. When I did some ...
0
votes
0answers
13 views
In Google Plus API,GTMOAuth2ViewControllerTouch returning nil authentication and access token
In iOS app, I am using below code to retrieve user's authentication:
GTMOAuth2ViewControllerTouch *viewController = [[GTMOAuth2ViewControllerTouch alloc]
...
0
votes
1answer
21 views
Authentication in IIS and classic ASP
I have a classic ASP web application (not ASP.NET).
The application has it's own authentication mechanism, handled in asp files. The problem is, the authentication is triggered only when an asp file ...