I have java web application deployed in same IBM BPM websphere.when user open bpm screen I provide a link to the web application . I want only the user who logged in BPM should able to access the link but not others How to achieve the same?
Asked
Active
Viewed 97 times
1 Answers
0
If your application is in the same WebSphere cell, the SSO between apps is enabled by default. Check this page Single sign-on for authentication using LTPA cookies, your second application just have to have security constraints defined (role, resources) and mapped to specific group of users or all authenticated
.
If other app is in different WebSphere cell you would need to import there LTPA key from your BPM cell. Also see other constraints from the link above.

Gas
- 17,601
- 4
- 46
- 93