cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Kerberos-Name difference SNC-Name

georg_haslinger
Discoverer
0 Kudos
844

Hello Community,

i have the following question:
Currently we use X.509 certificates for SSO on our AS ABAP about SAP Gui and Webbrowser (EDGE).
Now, we will implement a kerberos-authentication parallel to X.509.
But we have the problem, the CN from the X.509 certificate and the SNC-Name from SU01 is different to the kerberos-token name!

For example:
X.509: CN=hasligeo
SNC-Name: p:CN=hasligeo
Kerberos-Token: HASLIGEO@<DOMAIN>.COM

The SSO-login about SAP Gui with X.509 and kerberos works fine with this parameters:
ccl/snc/server_partner_name_kerb = PrincipalOnly
ccl/snc/partner_case_upn = lower
spnego/construct_SNC_name = 122

But SSO-login with Kerberos about the Webbrowser (EDGE) don´t work:
SPNego Trace:
iSPNegoLogon: User mapping for SNC name="p:CN=hasligeo@<domain>.com" not found in client 001

Does anyone have an idea or an additional parameter to modify the SNC name from kerberos-token?

BR
Georg

Accepted Solutions (0)

Answers (2)

Answers (2)

Vladimir11
Associate
Associate
0 Kudos

Please refer to the SAP Note https://me.sap.com/notes/1696905

tim_alsop
Active Contributor
0 Kudos

You need to use a Kerberos SNC library that allows SNC names to be p:CN=<user principal name>. Or you need to change the SNC name for your users to p:<user principal name> and just use Kerberos.

georg_haslinger
Discoverer
0 Kudos

Thanks for your answer!
Unfortunately we can no change the Kerberos SNC Library.
And we cannot change the SNC name in SAP, otherwise the login via certificates will no longer work

tim_alsop
Active Contributor
0 Kudos

Georg,

Why do you need to login via certificate as well as Kerberos ? Surely one protocol is sufficient ?

Thanks

Tim

georg_haslinger
Discoverer
0 Kudos

Tim,

currently we use SSO about X.509 certificates!
We will migrate to kerberos! But we need time for the complete migration!
During this time we would like to operate X.509 an kerberos parallel!

BR
Georg