Skip to content

Altinn platform microservice for handling authentication

Notifications You must be signed in to change notification settings

dpihac/altinn-authentication

 
 

Repository files navigation

Altinn Platform Authentication

This repository covers the Altinn Platform Authentication component. This component is responsible for authentication of 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 6.0 SDK
  2. Code editor of your choice
  3. Newest Git
  4. Docker CE
  5. Solution is cloned

Running the storage component

Clone Altinn Authentication repo and navigate to the root folder.

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

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

dotnet run

The Authentication component is now available locally at http://localhost:5040/api/v1

About

Altinn platform microservice for handling authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Dockerfile 0.3%