cancel
Showing results for 
Search instead for 
Did you mean: 

Configure icm/HTTPS/forward_ccert_as_header for AS-ABAP

Former Member
0 Kudos

Hi
How do we configure usage of Client Certificates via an interrmediary Server (web dispatcher, sent in http header) where the backend is ABAP and not Java

I can only find documentation for dispatcher parm. icm/HTTPS/forward_ccert_as_header where the backend is Java.

Is it possible use AS-ABAP is this scenario and which parameters do I have to configure?

See: http://help.sap.com/saphelp_nw73/helpdata/en/ea/301e3e6217b40be10000000a114084/frameset.htm

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As long as you use HTTPS, you set the parameter

icm/HTTPS/forward_ccert_as_header = TRUE

on the Web Dispatcher and trust the Web Dispatcher by setting parameters

icm/HTTPS/trust_client_with_issuer

icm/HTTPS/trust_client_with_subject

on the AS ABAP, it should work. Are you saying it isn't? Further parameters are required if you use HTTP instead of HTTPS between the Web Dispatcher and AS ABAP.