Skip to content

xsaccess

Ayhan Rashidov edited this page Sep 5, 2022 · 1 revision

.xsaccess

The .xsaccess file used for application-access control.

Reference

The information on how to develop and transform a design-time xsaccess object for a Kronos application.

SAP Help

https://help.sap.com/docs/SAP_HANA_PLATFORM/58d81eb4c9bc4899ba972c9fe7a1a115/d3834947ba1a49b6a08d4f316e60b6b5.html

Example Artifact Syntax

{
       "exposed": true,
       "authentication": {
              "method": "Form"
       },
       "authorization":
       [
              "products.protected::Administrator"
       ]
}

Modules

https://github.com/codbex/codbex-kronos/tree/main/modules/engines/engine-xssecurity

Clone this wiki locally