https://github.com/altinn/altinn-authentication
Altinn platform microservice for handling authentication
https://github.com/altinn/altinn-authentication
Last synced: 10 months ago
JSON representation
Altinn platform microservice for handling authentication
- Host: GitHub
- URL: https://github.com/altinn/altinn-authentication
- Owner: Altinn
- Created: 2022-02-21T21:22:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-05T12:22:43.000Z (10 months ago)
- Last Synced: 2025-09-05T12:26:26.341Z (10 months ago)
- Language: C#
- Size: 2.9 MB
- Stars: 8
- Watchers: 15
- Forks: 3
- Open Issues: 219
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Authentication capabilities](https://docs.altinn.studio/technology/architecture/capabilities/runtime/security/authentication/) supported by this component
- [Solution components](https://docs.altinn.studio/technology/architecture/components/application/solution/altinn-platform/authentication/)
- [Construction components](https://docs.altinn.studio/technology/architecture/components/application/construction/altinn-platform/authentication/)
## Build status
[](https://dev.azure.com/brreg/altinn-studio/_build/latest?definitionId=41)
## 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 9.0 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
2. Code editor of your choice
3. Newest [Git](https://git-scm.com/downloads)
4. [Docker CE](https://www.docker.com/get-docker)
5. Solution is cloned
## Running the storage component
Clone [Altinn Authentication repo](https://github.com/Altinn/altinn-authentication) 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
```cmd
dotnet run
```
The Authentication component is now available locally at http://localhost:5040/api/v1