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.

learn more… | top users | synonyms (3)

1
vote
0answers
5 views

Web Service (Discovery.svc?wsdl) and Forefront TMG authentication

I have a WCF Service URL like https://crm.xxxx.com/XRMServices/2011/Discovery.svc?wsdl. But if I open this URL in a browser window, I will get an authorization screen: I get an exception if I try ...
0
votes
1answer
6 views

jaydata with authentication for Odata webservice not returning results

I followed this tutorial http://jaydata.org/blog/how-to-build-a-simple-odata-based-ajax-application-with-visual-studio-2010 starting from "Getting JayData and preparing our HTML5 application" ...
1
vote
0answers
17 views

Route not found when using Devise's devise_scope

I am using devise for authentication in my app. My routes file look like this: devise_scope :user do get "/password_reset" => "devise/passwords#new", :as => "new_user_password" post ...
0
votes
0answers
15 views

How to login into a youtube account on iPhone

I want to implement Youtube login authentication in my application. Is there any api that allows this, that I can implement? If so, where could I find it and how would I go about implementing it? I ...
0
votes
0answers
15 views

TEMPLATE_CONTEXT_PROCESSORS ( django.contrib.auth.context_processors.auth,)

I keep on running into this error, even though django.contrib.auth.context_processors.auth is located under TEMPLATE_CONTEXT_PROCESSORS in the the settings.py file. Any ideas? Django Version: 1.5 ...
0
votes
0answers
18 views

Laravel 3 Authentication does not work

I'm working in Laravel 3. This is my problem. While doing a login, the credentials pass Auth::attempt(), so Laravel accept the user, but when I redirect it and use Auth:check(), it always throws ...
0
votes
1answer
7 views

Is it possible to tear down the SSL session from servelt filter?

I'm implementing the cert authentication in a servlet filter. I obtains the client cert using the httpRequest.getAttribute("javax.servlet.request.X509Certificate") API. When the user starts a browser ...
0
votes
0answers
7 views

Windows Phone 8 using PNS authenticated web service for an enterprise app

We have an enterprise app using MS PNS that is managed via a 3p MDM (airwatch). The app will NOT be deployed via the MS phone store and I need to enable PNS using an authenticated web service ...
1
vote
0answers
3 views

Sharepoint 2010 Search bar is requiring authentication, How do I allow anonymous user to access this feature?

Seems like it should be relatively easy, but I'm having difficulties allowing anonymous users to enter a value in the search box without share point prompting that user for authentication. I have ...
0
votes
0answers
17 views

User authentication through my REST API and Facebook

I'm a bit confused about how to properly and securely authenticate users using my REST API and provide and option to authenticate using other OAuth 2.0 providers as well (e.g. Facebook, Google, etc.). ...
0
votes
0answers
12 views

Facebook application recognized like phishing

First of all, sorry my english is very bad. I have a problem with facebook I have a web app that ask user to register with facebook or twitter or some other social network. When the user is ...
0
votes
0answers
7 views

How to generate a Tenant in Milia?

I'm trying to setup my rails application to be multitenant, so that users will have separate data. For managing users I use Devise, so it seemed logic to use milia for my scope. Though I found the ...
0
votes
3answers
31 views

does Google app engine have an equivalent to I AM from aws?

I am trying to decide between using aws and Google app engine for a few web service and application implementations. I know this seems like a minor detail among many larger differences, but it makes ...
0
votes
0answers
5 views

How to get the HTTP status from the response returned by shiro authentication

Now I am using Shiro integrated with Spring to protect my project. Mainly filter the request according to the roles. Now I meet a problem. For example, after I logged in some time, the session is out ...
0
votes
0answers
18 views

Using CAS locally and trying to use my Local DB

I am currently trying to authenticate in the CAS system that I have running locally. I created a user database where I have username and passwords saved in MySQL. My local CAS seems to run and ask for ...

1 2 3 4 5 853
15 30 50 per page