Hi there,
We have a system with two clients: 101 and 202 and part of the users logon via webgui: https://..../sap/bc/gui/sap/its/webgui. Currently without SSO they choose the URL, select client, provide username/password and logon.
Now we want to implement SSO via X.509 certificates. When a user with SSO starts the same URL https://..../sap/bc/gui/sap/its/webgui he automatically logs on to the default client (login/system_client, which in this case is 101). He is not given the chance to select the client anymore.
I know that I can manipulate the URL, adding ?sap-client=XXX, but in that case I need to provide the user commmunity the new URL's (at a minimum the users who do not logon to the default system client). My experience is, that changing URLs is very cumbersome.
I have thought of the following 2 options:
- using a portal to provide the links (via iviews pointing to the different clients)
- adding ?sap-client=101 and ?sap-client=202 to the URL and communicate those to the users
In both options, the users need to change their way of logging on.
Is there an option to provide the user the choice of client he wants to logon to (when logging on via SSO) and still use the normal URL for the webgui? I have tried all settings in the webgui webservice, but nothing worked (the user just logs on to the webgui immediately).
Thanks a lot in advance for your input!!
Cheers,
Sander.