bcgov / epr

Emergency Personnel Reporting
Apache License 2.0
1 stars 0 forks source link

Understand JWT tokens on API, and enforce access control ("make keycloak work") #21

Open Sybrand opened 4 years ago

Sybrand commented 4 years ago

Describe the task Make a user who logged in on the front end with keycloak, also be "logged in" on the back-end. In order for the API to enforce appropriate permissions, it has to accept, validate and understand the token passed to it from the front-end.

Acceptance Criteria

Additional context