Altinn / altinn-authorization

Altinn platform microservice for handling authorization
2 stars 3 forks source link

Altinn Platform Authorization

This repository covers the Altinn Access Control (PDP) and the Policy Enforcement Point.

This component authorizes users, systems, and organizations that access the Altinn 3 platform.

Read more about the component on docs.altinn.studio

Build status

Storage build status

Getting Started

These instructions will get you a copy of the authentication component up and running on your machine for development and testing purposes.

Prerequisites

  1. .NET 8.0 SDK
  2. Code editor of your choice
  3. Newest Git
  4. Docker CE
  5. Solution is cloned

Running the storage component

Clone Altinn Authorization repo and navigate to the root folder.

The Authorization components can be run locally when developing/debugging. Follow the install steps above if this has not already been done.

Navigate to the src/Authorization, and build and run the code from there, or run the solution using you selected code editor

dotnet run

The Authorization component is now available locally at http://localhost:5030/api/v1