After publishing app , I open it in browser where it ask for login. When login it shows No Permission. I am using free trial ODC dev.
Hello.
Have you set the roles on the pages and given those permissions to the user in Manage Users screen of ODC Portal?
Thanks Nuno Reis,
I added my user by Invite User on Manage User screen. I was in impression that it was already there. After adding issue is resolved.
Hi Sunil,
Check the authorization set for the screen you are trying to access. For information, regarding the Authorization in ODC check the below link.
https://success.outsystems.com/documentation/outsystems_developer_cloud/user_management/secure_your_app_with_end_user_roles/
Hope this helps,Thanks
You need set Accessible by = Everyone
or you need to set roles in odc portal under usersaccess/users
Thanks Navneet
It was quick solution but correct way is to add user by Manage Users screen.
This problem usually arises due to inappropriate or no roles assigned to the user. Please go through below tutorial to have thorough understanding of how roles related security work in ODC.
https://learn.outsystems.com/training/journeys/role-based-security-575
Thanks,
Junaid
Hi @Sunil Patidar ,
It is a permission issue, if you are doing a sample application just make the screen Anonymous or give access to the user, You can also use your Outsystems Login to proceed further.
Thanks