cancel
Showing results for 
Search instead for 
Did you mean: 

single signon without portal

Former Member
0 Kudos

Hi,

I have a scenario something like this. There are two webbased applications deployed on WAS6.40 The user will sign into a application and has to be automatically signed into the other application. Inshort SingleSignOn has to be achieved.

Had there been portal server this couldve been easily achieved using logon tickets.Can u please guide me through this.Are there any methodologies to implement this without portal server.

Thanks,

KSK

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi KSK K,

I have similar problem like yours.

There are two webbased applications deployed on WAS6.40 The user will sign into a application and has to be automatically signed into the other application. Inshort SingleSignOn has to be achieved.

Had there been portal server this couldve been easily achieved using logon tickets.Can u please guide me through this.Are there any methodologies to implement this without portal server.

The only difference is that they are CRM applications..

Can you please send some documents or solution to the above problem.

Thanks

Pranay

Former Member
0 Kudos

Hi KSK

possibly that can help:

<a href="http://help.sap.com/saphelp_nw04s/helpdata/de/c4/5c5ae71140bb41868f10bc7f3411db/content.htm">Single signon</a>

Regards

Bogdan

former_member192029
Active Contributor
0 Kudos

Hi

please follow the steps

1) First create the systems in SLD (HTTP://<localhost>:<port>/sld) under system catalog >> technical system

2) Create a template and create a system (sys admin>> sys config) , do all system properties

3)Crate a system alais and do the user map for it

4) Create iView

Refer this weblog. simple steps are there

/people/kiran.munugalchetty/blog/2005/11/23/step-by-step-guide-to-implement-application-integrator

cHeers

Jawahar Govindaraj

PS:reward pts

Former Member
0 Kudos

VS,

Can you give some specific steps or any weblogs/links regarding this.

Yes, both the applications have their own login and authentication mechanism.

Both the applications are on a single server.

Thanks,

KSK

PS: Enterprise portal is not in picture.

former_member192029
Active Contributor
0 Kudos

Hi KSK

Please refer the weblog. it is very simple and easy to use

/people/kiran.munugalchetty/blog/2005/11/23/step-by-step-guide-to-implement-application-integrator

Cheers

Jawahar Govindaraj

Ps: reward pts

Message was edited by: Jawahar Govindaraj

Former Member
0 Kudos

Hi Jawahar,

Thanks for your prompt reply. The weblog is quite useful and simple to follow, but unfortunately my applications are <b>not deployed on portal server.</b>

Please let me know if you can help in this.

Regards,

KSK

Former Member
0 Kudos

ksk,

Portal itself is just a container that is running inside WebAS server. So everything should be the same.

VS

Former Member
0 Kudos

ksk,

Yes, this is possible. Just setup SSO between WebAS servers involved. Both WebAS instances must have login module to issue and verify tickets. Scheme works even when both application are co-deployed on same server.

VS

former_member182372
Active Contributor
0 Kudos

Hi KSK,

Are applications running on the same server?

Best regards, Maksim Rashhcynski.

Former Member
0 Kudos

Hi Maksim,

Yes,they are running on the same server. To be specific one of the applications is Billerdirect.

Thanks & Regards,

KSK