Skip to content

Commit

Permalink
Fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechArch committed Dec 17, 2024
1 parent ddb9e95 commit 9cfab47
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Altinn Authentication - Reference Implementations
linktitle: Reference Documentation
linktitle: Reference Implementations
description: Find reference implementations using Altinn Authentication functionality.
weight: 5
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Altinn Autentisering - Referanseimplementasjoner
linktitle: Referansedokumentasjon
linktitle: Referanseimplementasjoner
description: Finn referanseimplementasjoner som bruker Altinn Autentiseringsfunksjonalitet.
weight: 5
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: System Admin - Reference Implementations
linktitle: Reference Documentation
description: Reference implementations using Altinn Authentication functionality
linktitle: System Admin
description: The System Admin application demonstrates how a system vendor can register and update a system in the Altinn System Register.
weight: 5
---

The System Admin application demonstrates how a system vendor can register and update a system in the Altinn System Register.


To add and update systems, the scope **altinn:authentication/systemregister.write** is required.

Expand Down
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).

0 comments on commit 9cfab47

Please sign in to comment.