cancel
Showing results for 
Search instead for 
Did you mean: 

​.xsaccessを利用したForm-Base認証について

Former Member
0 Kudos

.xsaccessを利用してForm-Base認証を利用する場合、API(正確にはデータベースのテーブル単位)へのアクセス可否をユーザ単位で設定可能かご教授ください。

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Q: The question was how to define access control to tables for each user or each user group using form based authentication.

A: I'n not clear the question. Authentication and Authorization are different.

Take a look at these.

Application-Access File Keyword Options

 {
     "exposed" : false,                    
     "authentication" :                                            
            {
               "method": "Form"
            },
     "authorization":                     
          [
              "sap.xse.test::Execute",    
              "sap.xse.test::Admin"       
          ],

Privileges are defined in the .xsprivileges file.

Privileges