Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 2.68 KB

test-the-role-assignments-00f238b.md

File metadata and controls

45 lines (22 loc) · 2.68 KB

Test the Role Assignments

To test the role assignments you first start the deployed extension application to make it available for requests, and then try to access it with the users with different level of granted access to the application.

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 ↗️.

  1. Open the command prompt and navigate to the folder containing neo.bat/sh (<SDK installation folder>/tools).

  2. Start the deployed application using the following command:

    neo start --account <subaccount_name> --application <application_name> --user <e-mail_or_user> --host <host>
    
  3. Access the application using users with different roles assigned to them.

    To access the application, use the application URL. To get the login URL of an application deployed in your extension subaccount, open the SAP BTP cockpit, and navigate toAccount > <subaccount_name> > Java Applications > <name_of_your_extension_application> > Application URLs.