You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Authentication-Frontend react SPA needs a backend for frontend (BFF) as an intermediator between the rest of the Altinn APIs, to enable flexibility and isolate those APIs from the frontend concerns.
The extensive data models in the original APIs will be re-mapped to suitable DTOs for the frontend.
Authentication via ID-porten will be handled in a HomeController on the public facing URL: to be decided.
A set of APIs with suitable DTOs for the SPA will be exposed only for the SPA (with tokens) which hold remapped data from the original APIs deeper inside Altinn. This enables a high degree of customizability.
In scope
No response
Out of scope
No response
Additional Information
No response
Tasks
Add the Backend (BFF) source folder with initial project structure (no actual code) to the existing SPA repo.
Create the HomeController project
Setup the three essential API calls to enable the SPA to be developed without interruption
jwt cookie login/refresh
respondee
user profile'
Setup the first business logic API ( to be decided what this should expose of data)
The content you are editing has changed. Please copy your edits and refresh the page.
Description
The Authentication-Frontend react SPA needs a backend for frontend (BFF) as an intermediator between the rest of the Altinn APIs, to enable flexibility and isolate those APIs from the frontend concerns.
The extensive data models in the original APIs will be re-mapped to suitable DTOs for the frontend.
Authentication via ID-porten will be handled in a HomeController on the public facing URL: to be decided.
A set of APIs with suitable DTOs for the SPA will be exposed only for the SPA (with tokens) which hold remapped data from the original APIs deeper inside Altinn. This enables a high degree of customizability.
In scope
No response
Out of scope
No response
Additional Information
No response
Tasks
Tasks
External Dependencies
Bugs and Chores
The text was updated successfully, but these errors were encountered: