Hi
I have configured SSO for my application hosted in HANA XS. The HANA xsjs call are anonymous and the xsaccess file code is
{
"anonymous_connection": "App.services::userConnection",
"exposed" : true,
"authentication" : null
}
While creating the the ID provider i have check the box Enable Dynamic user creation.
When i try to call the application i get the below error
Dynamic user creation failed (username=trinoy.hazarika@sap.com). Reason was: incorrect syntax near "."
Would someone please let me know how to fix this problem and get the application working.
Trinoy