Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Invalid JSON found in XSAPP or XSACCESS in package “workshop.sessiona.00”

$
0
0

>You also create a .xsprivileges file otherwise how will System know what is Basic:

 

This is NOT true.  The Basic is the type of authentication not authorization.  You only need an .xsprivileges file for authorization definition. 

 

The actual problem is that you need a comma after true. Your .xsacces should be:

 

{

    "exposed":true,

    "authentication":[

        {

            "method":"LogonTicket"

        },

        {

            "method":"Basic"

        }

    ]

}



Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>