Deiva Arumugam

Greenhorn
+ Follow
since Oct 13, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Deiva Arumugam

Hello Jelle Klap/Paul Clapham,

Thanks for your reply, my actual requirement is..

I am having a J2EE intranet application, in that currently I am using form authentication (getting username and password from the user) to validate the user. Now am trying to implement SSO (Single Sign On) in my application. I don’t have any idea about SSO. So that I asked above question, Kindly suggest (Sequence of steps I need to follow) me to proceed further on this.
11 years ago
Dear All,

When the user (client) tries to get into the application by typing the URL, i need to get that machine's windows logged in username.

I have tried with System.getProperty("user.name") but when I access the application from some other machine(client) then this still shows username of logged in user on server. I want this is to be changed according to the client machine username every time.

And also I have tried with some javascript code, it only works on IE but we are using Firefox.

Kindly suggest the possible ways to work with all kind of browsers.

Application Details:

View: Struts
Application Framework: Spring 3.1.1
Application Server: jboss-6.1.0.Final
Server OS: CentOS 5

Thanks,
Deivaa
11 years ago