cancel
Showing results for 
Search instead for 
Did you mean: 

Secure Login Client 2.0, SP3, several certificates to select

alexander_tuerk2
Participant
0 Kudos


Dear Colleagues,

We have configured secure login client to allow sso to our abap systems. The configuration is working, but the first time the user logs in to an abap system he needs to select certificate in the secure login client. Besides the kerberos token we have a microsoft certificate. As soon as you select the right entry (kerberos) sso will work. As we are rolling the sap gui out to tousands of users I would like to prevent this pop-up. Any idea if this is possible?

Regards,

Alexander

Accepted Solutions (1)

Accepted Solutions (1)

yakcinar
Active Contributor
0 Kudos

Hello Alexander,

Did you try below parameter.

snc/force_login_screen = 0

Thanks and Regards,

Yuksel AKCINAR

alexander_tuerk2
Participant
0 Kudos


Issue solved.

Former Member
0 Kudos

Hi Alexander,

what has been the solution to your problem?

Thanks,

Patrick

alexander_tuerk2
Participant
0 Kudos

Hello Patrick,

Yes, with

Add TokenType value = kerberos in registry.

Regards,

Alexander

former_member185954
Active Contributor
0 Kudos

Hello Alexander,

It would also help if you specified which Registry key?

Regards,

Siddhesh

Former Member
0 Kudos

Hi Siddhesh,

Please check the Implementation guide of SAPSSO Secure login:  http://help.sap.com/download/sapsso/secure_login_impl_guide_en.pdf

chapter 2.6.5 Using Secure Login Client Profiles for Kerberos and Microsoft Cryptography API Tokens for the configuration to select either the kerberos or the certificate from MS Store for SNC login to an ABAP System.

KR

Valerie

former_member185954
Active Contributor
0 Kudos

Nice, thank you , I will bookmark this thread.

alexander_tuerk2
Participant
0 Kudos


HKEY_LOCAL_MACHINE -> SOFTWARE -> POLICIES -> SAP -> SECURELOGIN

NAME                TYPE              DATA

TokenType        REG_SZ          kerberos

Answers (0)