Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

JAAS - How to redirect to 2nd app to authenticate for the 1st app

Former Member
0 Kudos

I have a web dynpro application that I want to secure using JAAS.

I have a servlet web app that acts as a SAML client to authenticate against an external IDP.

I want to create a login module that uses the results of the servlet web app.

I cannot find a way to redirect to servlet web app when user tries to access the secured web dynpro. Where is that setting?

1 REPLY 1

Former Member
0 Kudos

Redirect from web servlet, based on the results of the login module.