Entering content frameBackground documentation ~clientCert  Locate the document in its SAP Library structure

Description

Specifies handling of X.509 client certificates when performing Single Sign-On (SSO) user authentication for a service.

Make sure that the parameters ~login and ~password are not defined in the service file. If they are, client certificates are ignored.

Set by

Service file.

Values

0

X.509 client certificates are not accepted.

1

X.509 client certificates are accepted, but not required (default).

2

X.509 client certificates are required.

Example

~clientCert     1

Leaving content frame