Reputation: 711
Current setup:
Problem:
Thanks,
Upvotes: 1
Views: 236
Reputation: 293
let's make it clear a bit. You say that App1 is not secured at all and App2 is secured by some custom authentication process. Right?
Well then for App2 -> App1 redirection you don't need any SSO since App1 is not secured. And for App1 -> App2 redirection any SSO cannot be implemented, since App1 has no security context to pass.
If App1 was secured as well (by whatever means, HttpAuth basic for instance - can be completely different authentication method, than App2 uses), AND both apps are running on IBM environment (WAS for instance), LTPA SSO is used:
Upvotes: 1