Last modified: Dec 17, 2024

Reference Implementation System User API

Reference implementations using Altinn Authentication functionality

The SystemUser API reference implementation demonstrates how a service owner can use Altinn Authorization to authorize access to various resources in the resource registry.

  • LogisticsAPI checks for read access to the resource ttd_systembruker-logistikk-demo
  • SalaryAPI checks for read access to the resource ttd_systembruker-salary

The SystemUser API uses Altinn PDP to authorize access for the system user. It retrieves information about the system user from the authenticated identity and uses that information to call Altinn authorization.

The project can be studied here.