Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjornbp committed Dec 7, 2024
1 parent 8427fab commit f0b835a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions content/docs/dps/access-control/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Model for Role-Based Acces
title: Model for Role-Based Access
tags: [Digital Preservation, OAIS Model, Role-Based Access Control, Preservation Agreements, Information Packages, Authorization Systems, Access Management, Digital Archives]
---

Expand Down Expand Up @@ -46,7 +46,7 @@ If one has the correct roles, the DPS will initiate the ingest process, mint a D
```mermaid
sequenceDiagram
participant C as Client
participant K as AuAU System
participant K as AuAu System
participant DPS as DPS API
C->>K: 1. Request token with client credentials
Expand All @@ -73,7 +73,7 @@ If the client has a consumer role linked to the preservation agreement governing
```mermaid
sequenceDiagram
participant C as Client
participant K as AuAU System
participant K as AuAu System
participant DPS as DPS API
C->>K: 1. Request token with client credentials
Expand All @@ -99,7 +99,7 @@ A client wishing to search for contents managed by the DPS, will be able to sear
```mermaid
sequenceDiagram
participant C as Client
participant K as AuAU System
participant K as AuAu System
participant DPS as DPS API
C->>K: 1. Request token with client credentials
Expand Down
8 changes: 4 additions & 4 deletions content/docs/dps/access-control/_index.nb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Modell for rollebasert tilgan
title: Modell for rollebasert tilgang
tags: [Digital bevaring, OAIS-modell, Rollebasert tilgang, Bevaringsavtaler, Informasjonspakker, Autorisasjonssystemer, Tilgangsstyring, Digitale arkiv]
---

Expand Down Expand Up @@ -53,7 +53,7 @@ Hvis man har de riktige rollene, vil DPS gi informasjonspakka en DPS-ID, sende D
```mermaid
sequenceDiagram
participant C as Client
participant K as AuAU System
participant K as AuAu System
participant DPS as DPS API
C->>K: 1. Request token with client credentials
Expand All @@ -80,7 +80,7 @@ Hvis klienten har en konsumentrolle knyttet til bevaringsavtalen som gjelder for
```mermaid
sequenceDiagram
participant C as Client
participant K as AuAU System
participant K as AuAu System
participant DPS as DPS API
C->>K: 1. Request token with client credentials
Expand All @@ -106,7 +106,7 @@ En klient som vil gjøre oppslag i DPS, vil kunne gjøre oppslag på alle inform
```mermaid
sequenceDiagram
participant C as Client
participant K as AuAU System
participant K as AuAu System
participant DPS as DPS API
C->>K: 1. Request token with client credentials
Expand Down

0 comments on commit f0b835a

Please sign in to comment.