I have an ASP.Net website which has a "remember me" feature for Login page. It uses form based authentication and the defaultUrl points to a Default page, but when the site is visited even though the session is authenticated user isn't redirected to default page but stays in Login page. This only happens in Live site, it works perfectly ...
I am trying to write a small webapp that pulls data from Yammer. I have to go through Yammer's OAuth bridge to access their data. I tried using the Oauth php library and do the 3 way handshake. But at the last step, I get an error stating I have an invalid OAuth Signature.
Here are the series of steps:
The first part involves getting...
Hi.
Is there an OpenID Plugin for vBulletin? I need to be able to replace the current registration/login functionality with OpenID authentication.
Thanks,
Jon
...
Hi,
I have created an authetication provider and went to central administration >> Authentication Providers and changed the authentication settings to Forms and filled in Membership provider and Role manager details.
Now, when i go to create a site collection under the above mentioned web application, the people picker in the create s...
I am trying to simulate a problem we have with a particular domain ID which has issues accessing a subversion repository. Towards this, I tried a svn checkout with the
option --username *domain\problematic_ID* on another windows machine. But I am not able to reproduce the problem as the checkout still succeeds using my own ID. This led ...
I'm porting application from custom authentication system to cake's Auth. Everything works fine for logged user (even with smaller privileges), but doesn't for non logged users (who are most users of site). I'm managing privileges for them with $this->Auth->allow() in FooController::beforeFilter (but not with AppController::beforeFilter)...
I've built an intranet app, using windows-based authentication, and it won't authenticate using the instance of IE6 that is installed on the box - Firefox has no problems, and a sysadmin has successfully got in using IE7. I have ticked 'Enable Integerated Windows Authentication', I have added the url to the intranet zone list, and set th...
Hi there,
Is it possible to make my application ask for username and password prompting for it before render a view?
Just like on twitter API to get information about your account:
http://twitter.com/account/verify%5Fcredentials.xml
So before render the view || file it asks you to insert you username and password, I think this is made ...
GMail can used as a SMTP server. I've written the code that does it. But as we all know GMail may occasionally authenticate using captcha (image verification as they call it). The same thing may be the cause to reject SMTP authentication.
As I've seen google shows image verification when you try to log-in for the first time from some ma...
I have a SharePoint site that is configured with FBA and AD authentication. Currently, the Forms Site is extended by the AD site. Due to various factors, I need to reverse this, so the forms based site is an extension of the AD site.
How would I go about doing this? The side is full of content, so there is no margin for error. Will un-...
Is there any open source libraries for creating http based authentication like flickr and remember the milk?
...
Hello
I would like to implement a private download area on a website powered by django. The user would have to be logged in with the appropriate rights in order to be able to get some static files.
What would you recommend for writing this feature. Any tips or tricks?
Thanks in advance
Update:
Maybe because of my bad english or my la...
I don't know if this question has any sense, but this is what my boss want.
I work in a company with an intranet web.
In my department we have developed an application wich connects to a Bussiness Object server and executes and prints reports. This is a regular client/server app with our own user/password manintenance to log in.
My b...
I'm currently working with a payment processor. I can browse to the payment URL from our server, so it's not a firewall issue, but when I try to use CFHTTP I get a I/O Exception: peer not authenticated. I've downloaded and installed their latest security cert into cacerts keystore and restarted CF and am still getting the same error. Not...
I am desiging a RESTful Web Service (JBoss + RESTeasy). The UI programmer is writing an Ajax web app that will use it. The web app will be one HTML page with everything done in JavaScript. For security, all traffic goes through SSL.
Currently I'm using Basic authentication. The UI programmer can show a dialog to get a username and p...
Hi All,
I am trying to develop a web service which will be consumed by various clients on different platforms. I want to authenticate this web service such that the users who call my web service should be authenticated based on NT account they are logged in. My Web service will be hosted in the same domain as my users are, ie my company...
for more details about the live id :
https://accountservices.passport.net/ppnetworkhome.srf
I have seen jar files in spring-security-2.0.5 indicating support for
acl (i dont knw wht it is)
cas (no idea again)
NtLm
open id
does it support windows live id / is there any extension for spring that supports it ?
...
My company's CRM system utilizes a captcha system at each login and in order to utilize certain administrative functions. The original implementation stored the current captcha value for in a server-side session variable.
We're now required to redevelop this to store all necessary captcha verification information in a hashed client-sid...
What are the best current libraries/methods to authenticate users without the use of a CMS or heavy framework?
Responses should include suggestions for anything you think should be considered the standard for new PHP development involving user authentication.
...
I have a Seam application that have to use an external one to login. The logic is as follows:
My app sends user to external SSO URL
User does what it takes to authenticate there
On success, the external app redirects user back to my app with a random token
My code should contact the external app via HTTP with the passed token and get...