| Author |
Asking login credentials after validated SSO succfessfully
|
ganapathi sundaram
Greenhorn
Joined: Feb 09, 2010
Posts: 11
|
|
Hi All,
Our client requirement is that from some other application, they have to use our application URL to see local reports. But when they click on this link it is asking login credentials (loginid/password) again.
Both the applications share the common DB to authendicate the user. How can i bypass this login page and want to see local reports directly from other application.?
Thanks in advance.
Note: We are using weblogic and iPlanet servers to view the reports from application A to B.
Regards,
Ganapathi.
|
 |
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
|
|
You claim to be using SSO?
How? AD/Kerberos/CAS (jasig) etc.?
If already logged in and the filter or interceptor is firing successfully, it should work.
If you are going cross-domain, that is another matter altogether.
WP
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14491
|
|
William P O'Sullivan wrote:
If already logged in and the filter or interceptor is firing successfully, it should work.
Only in cases where a standard security framework is being used. One of the reasons that I harp so continuously on that topic. Phrases like "Both the applications share the common DB to authendicate the user" make me suspect that this isn't what's being done, but rather that one or both of those apps is using DIY security, instead.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Asking login credentials after validated SSO succfessfully
|
|
|