-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ddb9e95
commit 9cfab47
Showing
4 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
content/authentication/reference/referenceimplementations/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/authentication/reference/referenceimplementations/_index.nb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
content/authentication/reference/referenceimplementations/systemadmin/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 4 additions & 6 deletions
10
content/authentication/reference/referenceimplementations/systemadmin/_index.nb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
--- | ||
title: Systemadmin - Referanseimplementasjoner | ||
linktitle: Referansedokumentasjon | ||
description: Referanseimplementasjoner som bruker Altinn Autentisering-funksjonalitet | ||
title: Systemadministrator - Referanseimplementasjoner | ||
linktitle: Systemadministrator | ||
description: Systemadministrator-applikasjonen demonstrerer hvordan en systemleverandør kan registrere og oppdatere et system i Altinn Systemregister. | ||
weight: 5 | ||
--- | ||
|
||
Systemadmin-applikasjonen demonstrerer hvordan en systemleverandør kan registrere og oppdatere et system i Altinn Systemregister. | ||
|
||
For å legge til og oppdatere systemer, kreves omfanget **altinn:authentication/systemregister.write**. | ||
|
||
Applikasjonen bruker en Maskinporten-token som byttes mot en Altinn-token. | ||
|
||
Kallet gjøres fra [Systemregistertjenesten](https://github.com/TheTechArch/altinn-systemuser/blob/main/src/SystemAdmin/Services/SystemRegister.cs) i denne applikasjonen. | ||
Kallet gjøres fra [System Register Service](https://github.com/TheTechArch/altinn-systemuser/blob/main/src/SystemAdmin/Services/SystemRegister.cs) i denne applikasjonen. | ||
|
||
Se .NET-prosjektet [her](https://github.com/TheTechArch/altinn-systemuser/tree/main/src/SystemAdmin). |