Tagged Questions
2
votes
0answers
24 views
Communicating with Google OpenID server returns a 400
I'm trying to implement OpenId on Android and keep getting a 400 error. I'm guessing that I'm formatting my parameters incorrectly.
I'm basing the parameters on this browser line which correctly ...
2
votes
0answers
74 views
Java Using Httpurlconnection for Single Sign On
I'm building an application designed to handle single sign on to remote applications. Unfortunately the other systems are unable to work with any SSO libraries, so I will need to do a post login. I'm ...
2
votes
0answers
41 views
Web Site implicit authentication (SSO) when using localhost
This might be a vague question (sorry), but I'd like to be able to authenticate into my web application without a username/password. Ideally it would be something like the SSH "passwordless login" ...
2
votes
0answers
106 views
need help on gmail sso
I am developing a web application using strut2 framework and using gmail credentials for login to that application. I am able to use google account services for login purpose successfully. Now I am ...
2
votes
0answers
251 views
Restore original POST req, after CAS authentication?
I have json-rpc service accepting http POST-req only and would like it to use CAS SSO auth.
The current request flow looks roughly like this:
POST host/service/ -> 302 redirect
GET ...
1
vote
0answers
41 views
Single Sign On in GWT Application
I want to implement Single Sign On in my GWT Application.
The situation is,
When i request http://example.com (parent portal) it is redirecting to login. and when i am loggedin to this system it ...
1
vote
0answers
46 views
SSO confusion - incorporating SSL difficulties
I have a WebSphere on AIX server,
and a simple java client on windows XP (connects to server over http).
I would like to incorporate SSL for client autherization. Mainly, I have a smartcard reader.
...
1
vote
0answers
187 views
How to force global logout JBOSS/SSO from code?
I am using SSO in JBoss on IDP with Picketlink, don't have a lot of experience with enterprise java security, what I need to do is to force global log out for user on some event or timeout. For ...
1
vote
0answers
108 views
Java SSO using waffle on Windows 2003 Server from a C++ client
We have a legacy client-server application with the client written in C++ and server in Java (both running on Windows) using CORBA for communication.
Note that the Java application on the server ...
1
vote
0answers
220 views
How does the Oracle Enterprise Single Sign-on Logon Manager attach itself to a VM?
Today we noticed that a NullPointerException occurred in our software. But the origin wasn't in any package we included.
java.lang.NullPointerException
at ...
1
vote
0answers
280 views
Integrating Authentication for Java and .NET [single sign on in both places]
We would like to implement following logon mechanism to authenticate users against AD between Java and .NET applications hosted in different application containers.
Our server setup is
One linux ...
1
vote
0answers
323 views
RESTFul Single Sign on Java API for session less web application
I am using JBOSS RESTEasy api for my web application. I am right now using java socialauth api for single sing on service. My web application has no session implementation, everything as singleton. I ...
1
vote
0answers
143 views
Is there a standard way to describe SSO token extraction from an HTTP request?
I'm working on building a pluggable SSO architecture for web servers, where we could be using any SSO technology. This means I need to find the SSO token using headers, cookies, parameters, and/or ...
1
vote
0answers
189 views
CASify JBoss Applications
Is there any Tutorial or Example on how to integrate CAS into JBoss (for EJB and WebClient Authentication) without using JBoss Portal ?
0
votes
0answers
57 views
Login to remote site with java sever get session cookies and populate local browser cookies?
I'm wondering if it's possible to use something like httpclient to log into a remote website with authentication. Once authenticated, capture the cookies from the remote website and populate the local ...