authentication

Socket Exception when connecting to Analysis Services Locally

I keep getting this error when trying to connect to an Analysis Services on the same machine the service is running on. If I connect via my desktop I don't see this error. I did quite a bit of googling, haven't found any solutions yet. When connecting from my desktop I am authenticated over a VPN. I get the feeling this error has somet...

Tomcat/Spring no longer sending emails to SMTP server using authentication

I've got a strange problem with either tomcat or spring. I put up a major revision to my site and emails are no longer being delivered. I use authsmtp, which requires authentication (so they can properly account for my using of their services). No problem, I have this config in spring: <bean id="mailSender" class="org.springframework...

form authentication by using two different machine

Hello, i want to use form authentication.i have 2 different application.both are at different machine.i want to use common form authentication. suppose i have 2 application called "app1" and "app2". There is one form called CElaunch.aspx page in app2.and i want to use this page in app1. we cant navigate the this page directly ...

How to authenticate users into internal application with Google Apps

I am creating an application within our company that handles all our processing. This will need to implement Google Apps (we have premier). I'm having a hard time figuring out the best way to authenticate user. I need full access to ALL their information (add, delete, modify [calendars, emails, contacts[, password?]]). I'm wanting to d...

Authlogic can't find user

I am integrating facebook connect with my application which uses authlogic, facebooker, and the authlogic_facebook_connect plugin. After I log in with facebook, I get redirected to the front page of the site (as per my code) - but the page never loads! - it hangs. Looking at the development log, I see that something is continuously tryin...

Storing user-id in session variable

When a use is logged in (Through open-id) we are creating a session variable named "UID" and storing the unique user-id in it. Later we are checking the session to see if the user is logged in. I think this is not the right way, but I could not force the team to change this, as I cannot show how this implementation can be cracked. Can an...

Online Authentication Techniques

What online authentication services are available. I know about Live ID OpenID Are there any other major players. I am particularity interested in authentication federation so that we can log in once and use on multiple sites (if this is even possible). ...

Thread.CurrentPrincipal claims incorrectly to be anynomous

I'm seeing requests on my server that appear to be made by an anynomous client, although I'm certain they were made by an authenticated user - I have fiddler logs showing that the client sent valid asp.net auth cookies, and server logs indicating that the cookie arrived and is valid. The problem has been observed across all browsers. T...

What's recommended for authentication check? Servlet Filters or Form based authentication?

We are working implementing Single Sign On(SSO) using pingfederate. The basic implementation uses a login token sent via browser cookies for checking user authentication. What's the recommended way of doing the authentication check? Should I use a login filter or configure form-based authentication? ...

how do I send userid/password in an https session

I've built a request in Fiddler and need to send authentication info with the https request. Where would I put these credentials and tell Fiddler to use them? ...

Programmaticaly provide SqlNet authentication service name to Oracle client.

Hello, I am using a standalone Oracle.DataAccess manual installation for my project to avoid a full Oracle client installation on customers machines (no oracle home). For this I followed this guide and it works pretty well. Actually the user/password is stored in a configuration file but I want to use the current AD user so I need to p...

Does a WordPress plugin exist that allows you to protect certain pages via a username/login?

I have 10 pages, 4 of which should be accessible by logged in users. Is there a plugin that exists to password protect these pages? Ideally, you can login once and then subsequently view all these protected pages. I have Googled a bit, but haven't been able to find something that lets you protect individual pages, only the entire WordP...

WIF authentication scenario. STS implementation questions.

We’re considering using WIF for authenticating our users, so I’ve started to gather some information on how to do this the right way. Mainly how we should create the STS. I’ve had a hard time finding some information about our scenario where we have a “main” service that will be used by clients both internal and external. Internal clien...

How to set a before_filter for every controller bar one?

In Ruby on Rails, I would like to add a before_filter to every controller except for one. Currently I have in ApplicationController: before_filter :authenticate Is there a way to apply this rule inside ApplicationController rather than adding before_filter :authenticate in every controller except the public controller? ...

Basic authentication in IE

A URL such as http://username:[email protected]/ does not work in Internet Explorer, as explained at http://support.microsoft.com/kb/834489. I can't find a proper workaround for this. I want just a simple link in a HTML document which works. Edit to add the purpose of the exercise: We have a website, with fairly secure cookie-based ...

iPhone Hotspot Log in page.

When I connect hotspot using Wi-Fi Networks in iPhone settings, iPhone automatically pop up the log in page to enter the ID/PW. I think the setting using a browser. In a browser, is it using the below code from NSURLConnectionDelegate? (BOOL)connection:(NSURLConnection *)connection canAuthenticateAgainstProtectionSpace:(NSURLProtection...

what is a good strategy to implement user authentication with a single credential for multiple applications in both online and offline environments?

A company I work for develops winforms .net applications in which users are required to login. These applications are deployed in an online environment, e.g desktops in a LAN where the client app connects to a service on a server. The same applications can be deployed 'standalone' in an offline environment, where data is occasionally syn...

Question about OAuth/XAuth Authentication

Hi, When I develop a App Project on iPhone, it's need to authenticate. My basic requirement is to have custom login screen. But the Service providers currently provide OAuth protocal only, not XAuth protocal. Does this mean that if I use OAuth protocol, it will can not be achieved what I need (custom login screen), and I must be loaded...

Difference between normal authentication and Oath authentication???

I m building a facebook application. In the application setting, there is a option to enable the Oath authentication. So, what is the advantage of using Oath Authentication over normal authentication.... ...

Mod_auth_sspi problem

Hi, We have deployed Apache Web server and used mod_auth_sspi module to integrate with Tomcat. So when a group of users tries to access the appln using IE which is on domain different from were web server is deployed. He encounters the following error "'Authorization Required This server could not verify that you are authorized to acces...