Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS for CRM Web UI link

Former Member
0 Kudos

Dear all hello,

We have a dual stack CRM2007.

We have configured the Web ui link which runs through the port 8000 under http.

the link is as follows

http://server.domain:8000/sap/bc/bsp/sap/crm_ui_frame/default.htm?sap-sessioncmd=open

this pops up a logon screen and after entering credentials the user sings in the ui.

We want to avoid this logon screen.

Instead we want to use the Https......... so as to have certificates and avoid the logon screen.

Could this be implemented , and if yes what are the steps ?

Which sould be the port for the https

Thank you in advance.

Best regards,

1 REPLY 1

Former Member
0 Kudos

Hi,

>Could this be implemented , and if yes what are the steps ?

Yes, this can be implemented.

You have to activate HTTPS on the abap ICM and todo the mapping between the client certificate content and the abap user.

This is described here ::

[Using X.509 Client Certificates |http://help.sap.com/saphelp_nw70/helpdata/en/43/4bd58c6c5e5f34e10000000a1553f6/frameset.htm]

Regards,

Olivier