sso

SSO / Authentication Server

I have a project with the purpose of exposing multiple web applications over the internet. These applications are build using IIS/DotNet and Apache/Php. The internet user should log-in in only one place, and then be able to access any aplication. What are the posible solutions to this scenario? One requirement is that changes to existin...

SSO implementation betwwen OBIEE and asp.net

Hi We have application build in asp.net in which on button we need to go to OBIEE dashboard. Similarly need to come back from OBIEE to ASP.NET application. Currently I am using redirecting from ASP.net page to OBIEE with username and password in the URL. But as per my requirement i need to implement SSO or username and password should ...

Can I implement SSO(single sign on) on webservice/WCF?

First of all, sorry for my bad english. Can I implement SSO(single sign on) on webservice/WCF? My situation is, a server provides a webservice. And client uses the webservice. Client does not send any information to server. Like IP or guid etc. But server can identify Client PC. I know that webpages do this with Cookie. But I do...

JASIG CAS Login Programmatically (With Liferay )...

Hi all, I am using JASIG CAS for SSO login with liferay. Now, its working fine when i directly try to login, because the redirect is there with CASFilter. It redirects to CAS login page, and after login successfully it redirects to our application url provided. Now i want to login into CAS using liferay's login portlet. This portlet is...

Android SSO (Single sign-on) for app

Is there any free single-signon mechanism for Android that gracefully works with non-webapps? Say, something along the lines of... You launch my app and use it until it makes a request from the app server that requires authentication. It responds to that request with a random token that the server will associate with you for a short ti...

How can I imitate Stack Overflows SSO? Particularly where it federates with serverfault.com?

How does Stack Overflow's SSO work? ... whatever it is they are doing it seems to work for all sites in the network. I'd like to learn what Stack is doing so I can see if it's possible to get a similar registration scheme between http://perfmon.com and http://eventvwr.com under ADFS. I understand that SAML and OpenID are different an...

Two Zope/Plone machines and SSO

Hi folks, I'm installing an environment where I had two Zope/Plone servers: plone1 -> for web content & user authentication plone2 -> for web applications I want to implement SSO around both servers but I don't know how to do it. I try to modify login_next and setAuthCookie(..) to share the __ac cookie in the domain, but didn't work...

Single sign on with SQL Server? Security and performance

I'm working on a website (asp.net c# with SQL Server) and the client is asking for SSO solution. I'm looking to use one shortest implementation where we can create sub-domains for different modules and install/deploy on same or different servers but all of these module/application uses same SQL Server and session is also maintained and s...

SSO with OpenID

I trying to find the way to implement the full blown SSO using the OpenID so that user does not need to enter anything on the new site within the SSO. I removed all cookies and started experimenting. Logged in on stackoverflow.com Looked at Fiddler and seen that stackauth.com is being contacted started searching to see what is stackau...

SSO/Authentication between Joomla and a Flex Application!

I am developing an application in Adobe Flex. This application is to be hosted on a Joomla Website. I want to achieve Single Sign On between my Joomla website and this Flex Application. The Users log in using the default Joomla Mechanisms however I want the username as well as some other details about the user inside my Flex Applicatio...

What should I use to create a login system for multiple sites similar to SO?

I am in the process of creating a series of websites and web applications that will be hosted on a dedicated server that I own and host. They will be developed on Windows Server 2008, IIS7 and .NET 4, SQL Server 2008 and Entity Framework. This will be a live server as well as a place for me to learn how to do some new stuff. A user wil...

Single Sign On without cookies in Java..

Hi all, I keep on facing this question from my manager how SSO will work if client disable cookies but I don't have any answer. We are currently using JOSSO for single sign on. Do we have any open source framework which support single sign on without using cooking mechanism. ...

Single Sign Out accross multiple domains

Hi, I know there are very similar questions and answers posted. And I have used them for reference, but I would like to throw a specific case out there. A way to implement Single Sign Out / Single Log Out across multiple domains. From what I read it looks like the only way is using a server to server service, ie. tracking users by verif...

Android WebView-based browsers not able to access protected resources through Oracle Access Manager (OAM)

We have a website that makes use of OAM for single sign on (form-based authentication). When we submit credentials to WebGate / Access Server the authorization succeeds, however after the authentication is performed, the form action (as configured in the Authentication Scheme - with passthrough:no) returns a server error instead of redir...

SSO security considerations

Hi all, I have a sso mechanism already implemented thaty works perfect with redirects (site A redirects to SSO for login which takes it back to A after successful login) now I want to implement a set of web services to achieve the same functionality but without having to post back to the SSO service. The login works in the following ...

How to implement single sign-on in my java project ?

I need to implement single sign-on in my java web application which can achieve the following features: All the computer joined in my domain smb.local , after user login in the computer, and type http://localhost:8080, my application know to use the current logined user to login into my web application. So what protocal should I impleme...

How to use SSO integrated Web Services from Desktop Application

How would you integrate web services with an SSO provider? I know you can use the SSO-provider's security ticket to validate that the user is authenticated, but what about when you have a desktop application which uses web services? How do you authenticate the user of a desktop app by integrating with an SSO provider? I don't think SSO ...

Single sign-on ActiveDirectory and J2EE

Scenario: We sell J2EE(JBoss+SpringSecurity) software to large corporation which mostly use ActiveDirectory Our J2EE(JBoss) software can be hooked up to ActiveDirectory, however it requires Roles addition into ActiveDirectory i.e. cn=esp_administrator,cn=Roles,o=company,o=com As per my understanding, JBoss will need an account to "bind...

Authenticating Drupal Users Using Remote Call to Active Directory Single-Sign-On, How do I do it?

QUESTION: Authenticating Drupal Users Using Remote Call to Active Directory Single-Sign-On(SSO), How do I do it? SPECS(DRUPAL_SYSTEM): Linux-CentOS-5.X, Apache-2.X, PHP-5.X, Drupal-6.X CONTROL(DRUPAL_SYSTEM): 100% control of Drupal server making call to Authenticating server using Active Directory Single-Sign-On SPECS(SSO_SYSTEM): Cur...

Should Web.config in ADFS server have machinekey entry for SSO?

I have ADFS server implemented for claim based authentication. For SSO to work properly, should web.config have entry on ADFS servers and proxy as my Web Server form?. ...