role based security on page level
Summary:
role based security on page level always shows error
Content (required):
Hi experts,
I went to settings on application and created role called "salesteam".
then, on the page in JSON added this code before the last bracket:
"security":{
"access":{
"requiresAuthentication": true,
"roles": ["salesteam"]
}
}
Thin on Who I am :
I assigned salesteam. But when I test the page, it gives 403 error always.
Any idea about it????
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0