Differences between revisions 1 and 2
Revision 1 as of 2019-05-15 20:43:51
Size: 1135
Editor: scot
Comment:
Revision 2 as of 2019-05-15 21:20:30
Size: 1141
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Security, Authentication and Authorization = = HW06: Security, Authentication and Authorization =

HW06: Security, Authentication and Authorization

First read this page both part 1 and 2. Implement scenario 3 for your movie database as follows:

Because we don't want users to edit movies, we are going to allow them to create and read, but not update and delete. Create a Users role for this and a Managers role for those who have all operations. When you are done, you will need to add a way to pass credentials to the users.

Notes:

When I got to "Configure Membership and Roles" I hit a brick wall and had to look elsewhere for tools to complete this task. It looks like this website might work for us. Since the code is not available for the login, I used this website.

WebServices/ProgrammingHomeworks/HW06 (last edited 2019-05-15 21:20:30 by scot)