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: 

J2EE Security Question

Former Member
0 Kudos

I have developed a few J2EE applications utilizing UME Permissions for authentication and authorizations. The applications work fine within our QA and PROD environments.

I just recently installed the Developer Workplace SR2 and tried running the applications within the J2EE engine locally. Whenever I click on the tab in the portal it pops the login prompt although I am already logged in and have access to the apps. If I then enter a user id and password and click Login it just comes right back to the login prompt again. To me it seems as if the login credentials are not getting tied together somehow within the UME.

Anybody have any ideas?

Thanks.

Curtis

1 REPLY 1

Former Member
0 Kudos

Hi

You should be sure with the security policies ( you define in J2EE ), are in harmony with the other system. For example, if you define one password length here, but the users are restricted to shorter password lengths in the back-end system, it can lead to logon problems.

Check the security Policies once again they should be identical.