Enabling Authorization and Creating Permissions
Authorization and authentication features in LightSwitch are used to control access to screens and data. For example, you could create a permission to view a payroll screen and the application administrator can grant or deny that permission to groups of users defined as roles.
In this set of lessons you will learn how to enable authentication and create permissions.
Note
These lessons build upon the My First Application project that you last modified in the Adding a Logo and Icon lesson. If it is not already open, open it from the File, Open Project menu.
Lessons
Title |
Description |
---|---|
Shows you how to authenticate users. |
|
Shows you how to create a permission to view a screen. |
|
Shows you how to apply a permission in code. |
|
Shows you how to run with a set of permissions. |
See Also
Tasks
How to: Create a Role-based Application