cancel
Showing results for 
Search instead for 
Did you mean: 

Login and roles in a Web app

DG
Active Contributor
0 Kudos

Hi,

I have been looking around and have not figures out how to validate users using the build in user validation on the Java WAS. Do you have any examples on how to log a user on.

daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Daniel,

I am wondering why you would need to validate a user in the WebAS.

In the security settings of your application, you would set that authorization is reqiured.

Thus a call of your application would lead to a logon screen. The user is then validated by the UME.

So no need to validate the user again in your code.

Maybe you should explain your use case a bit mor detailed to see your issue.