cancel
Showing results for 
Search instead for 
Did you mean: 

SSO for 10 named users

Former Member
0 Kudos

Hi Experts,

I need your advice .I have 10 Named user license and I am hitting BO document from another application .Because user wants a SSO concept like user will just login into application which has BO links , so to by pass the BO user name and password screen I have designed a jsp file with hard coaded user name and password .Now my requirement is to have same setup for 10 named users.My question is , can I achive this with a single JSP file or do I need to make 10 different jsp files for 10 users.

Do we have any other solution please advice.

Accepted Solutions (0)

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

I would set it up so that you pass the user name into the jsp from your application.  Then use that to log in using Trusted Authentication for all users.

-Dell