User-508216992 posted
Hello guys,
I am developing a webform application for an Entity.
This application will have different type of users, allowing them to access diferent forms or features of the application according their role. Though the application is inside a domain and Windows Authentication is an option, I was thinking to use Webform
Authentication. With Windows Authentication, every time I want to add an user or change an user role, the TI team has to be involved.
With Forms Authentication I only will have an Admin user that can add roles and users whenever we want. Is my approach correct? Should I combine two authorization modes? What type of authorization do you recommend?