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
- Authentication capabilities supported by this component
- Solution components
- Construction components
These instructions will get you a copy of the authentication component up and running on your machine for development and testing purposes.
- .NET 8.0 SDK
- Code editor of your choice
- Newest Git
- Docker CE
- Solution is cloned
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