Skip to content

Latest commit

 

History

History
115 lines (69 loc) · 4.26 KB

using-microsoft-active-directory-as-an-on-premise-user-store-28a03e4.md

File metadata and controls

115 lines (69 loc) · 4.26 KB

Using Microsoft Active Directory as an On-Premise User Store

You can use Microsoft Active Directory as an on-premise LDAP server providing a user store for your SAP BTP applications.

Prerequisites

Context

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

When deploying the application, you have to set system properties of the application VM. For more information, see Configure VM Arguments.

The properties are the following:

System Property

Value

Description

com.sap.cloud.security.um.user_provider_name

onpremise

This property specifies what user provider the application VM uses.

com.sap.cloud.security.um.destination_name

<on-premise_destination_name>

This property specifies the destination used by the on-premise user provider for the connection to the on-premise system. For more information about the destination, see Managing Destinations ↗️.

Note:

The WAR file that you are using as a source during the deployment has to be protected declaratively or programmatically. For more information, see Authentication.

Example:

neo deploy --host hana.ondemand.com --account mysubaccount --application myapp --source samples/deploy_war/example.war --user [email protected]
--vm-arguments "-Dcom.sap.cloud.security.um.user_provider_name=onpremise -Dcom.sap.cloud.security.um.destination_name=mydestination"

Note:

The VM arguments passed using this command will have effect only until you re-deploy the application.

Create the required destination and configure SAP HANA clolud connector as described in Configure an On-Premises User Store ↗️.