1.

What Is The Purpose Of Xsaccess File In Hana Xs Project?

Answer»

The application-access (.xsaccess) file enables you to specify who or what is authorized to access the CONTENT exposed by the application package and what content they are allowed to see.

The application-access file does not have a name before the dot (.); it only has the file extension .xsaccess. The contents of the .xsaccess file must be formatted ACCORDING to JAVASCRIPT Object NOTATION (JSON) RULES.

Example of .xsaccess file:

{

"exposed" : true,

"authentication" : { "method" : "Form"}

}

The application-access (.xsaccess) file enables you to specify who or what is authorized to access the content exposed by the application package and what content they are allowed to see.

The application-access file does not have a name before the dot (.); it only has the file extension .xsaccess. The contents of the .xsaccess file must be formatted according to JavaScript Object Notation (JSON) rules.

Example of .xsaccess file:

{

"exposed" : true,

"authentication" : { "method" : "Form"}

}



Discussion

No Comment Found