Altinn / altinn-access-management

PoC for new auth admin UI
MIT License
5 stars 3 forks source link

Implement authentication #2

Closed TheTechArch closed 4 weeks ago

TheTechArch commented 2 years ago

Description

Access Management needs to require authenticated users and systems when calling API or accessing API.

The login should be based on the JWTCookie method created for Altinn 3

We need to support

Consideration

Frontend needs to verify if a user is logged in.

Requirement

Task

TheTechArch commented 1 year ago

CSRF is in #144