cancel
Showing results for 
Search instead for 
Did you mean: 

SSO ITS

Former Member
0 Kudos

Ok, I must be missing a small something here.

In my EP5 SP6 portal I have an I view that calls the ITS box via a

URL https://yes.thismyits.box/scripts/wgate/smen/!

User mapping works fine and so does SSO.

I have an EP6 SP2 box. Using the downloaded application Intergrator

from SAP (why didn't they just included this in the frist place) I

create the system, UIDPW, URI /scripts/wgate

On the iview template is

https://yes.thismyits.box/scripts/wgate/smen/! <Authentication>

URL template fraction for user mappping

login=<mappeduser>&passwd=<mappedpassword>

I will always end up with a logon screen. The problem has to be with

the URL template that supplies user name and password. Anyone have

any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

I finally got EP 6 / ITS SSO working. These are the steps:

- create a system in System Landscape with ITS and R3 data. Here I defined one additional field (User Mapping Field): Language.

- create an iview using the native template SAP: SAP Transaction iView, using the system above. Select SAP GUI for HTML.

- map the fields (user, password and language).

Without the language field I had problem with passwords longer than 5 chars, the same as you, it was stopping in the ITS logon screen. Now it's working pretty fine. I'm not sure if this was the cause, to be honest...but at least it is working.

If you need additional info please email me: fcervantes@complex.inf.br.

Rgds,

Fernando

Former Member
0 Kudos

Fernando,

great to hear this. I hope, that now you can also map "real" passwords (i.e. >5 chars).

If everything is working fine, may I suggest that you mark your question as answered.

Regards,

Dominik

Former Member
0 Kudos

Hello Dominik

I'm trying to find an option to mark it as answered. How to do it? I can only stop watching the thread.

Rgds,

Fernando

Former Member
0 Kudos

Hi Fernando,

this option is only available for the person who originally started the thread and marked it as a question.

Regards,

Dominik

Former Member
0 Kudos

sorry for the delay, I have not been on SDN for a while.

Yes the question has been answered, thank you to all.

Answers (1)

Answers (1)

Former Member
0 Kudos

David,

While I haven't tried SSO into ITS this way, try these steps.

1 - Add a ? before <Authentication>

2 - change login to ~login

3 - change passwd to ~password

Mike Shroyer

Former Member
0 Kudos

Tried all, same result, paramiters not passed.

Former Member
0 Kudos

Hello David

I'm also having problems with EP 6.0 SP 2 and ITS authentication. I figured out that im my case the problem occurs if the password has more than 5 characters. I intend to check the ITS documentation to see if it's possible to change the ITS logon screen (probably it can be done).

Rgds,

Fernando

Former Member
0 Kudos

Our passwords are 8 figures long, no problems.

I could not give you any help on that one.

Former Member
0 Kudos

Hi David,

just tried this with my ITS. You need an URL like

http://<your server>/scripts/wgate/<your ITS service>/!?login=<user ID>&password=<password>

Thus, set the following paramters in your application integrator iVIew:

URLTemplate:

http://my.server.com/scripts/wgate/webgui/!?<Authentication>;

Authentication:

login=<MappedUser>&password=<MappedPassword>

(Replace my.server.com and webgui with the hostname resp. ITS service you wish to access)

This should solve it.

If not, just leave me a note.

Dominik

athavanraja
Active Contributor
0 Kudos

Hi David ,

You need to add ~language=<language> along with the URL dominik has given.

Regards

Raja