Altinn / altinn-access-management

PoC for new auth admin UI
MIT License
5 stars 3 forks source link

altinn-access-management

This component will handle backend functionality related to Access Management

Getting started

The fastest way to get development going is to open the main solution Altinn.AccessManagement.sln and selecting 'Altinn.AccessManagement' as the start up project from Visual Studio. Browser should open automatically to the swagger ui for the API.

Alternatively:

Project organisation

This is a typical backend API solution written in .NET C#.

Setting up database

To run Access Management locally you need to have PostgreSQL database installed

Create database authorizationdb

Create the following users (with priveliges for authorizationdb) -platform_authorization_admin (superuser, canlogin) -platform_authorization (canlogin) password: Password

Create schema delegations in authorizationdb

Set platform_authorization_admin as owner