if your screen are only accessible to authenticated users what is required to allow a user to access your application in outsystem.
So we need to create a new user in user application or in the service center?
Hi Avinash,
If I understand your question well then,
set role to user you want to provide access with.
Hope it helps you.
Regards,
Ajit Kurane.
With a simple google search you could have found this:
https://success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_User_Management/Add_and_Delete_End_Users
Daniel
Hi Avinash,As Daniel already mentioned, a quick google search or search on the forum before making a post would speed up your development, rather than having to wait for an answer here.Other good places to start are:https://www.outsystems.com/training/paths/18/becoming-a-reactive-web-developer/
andhttps://www.outsystems.com/training/courses/131/role-based-security/These should answer your question
In addition to the information already provided by my colleagues and to answer your question, you'll need to understand the two types of users that exists in OutSystems and how you can manage them.
In short:
IT Users are users like developers or administrators that need to access Service Studio, Service Center or Lifetime. These users can be managed in Lifetime --> User Management (not in Service Center)
End Users are application users that need to access OutSystems applications that exist in your environment. These users can be managed in the Users application.
Hope this helps.
Nordin