In this assignment, we see how to control the operations of authenticated users, such that unauthorized operations are denied. The goal is to gain experience with access control, to know how to implement such controls in software.

Description

Here.

Notes

Acknowledgment

The custom OIDC client used in this assignment is a slightly modified version of a client provided by Auth0 for tutorial purposes. A shoutout to Auth0 for providing this material.