Skip to content

Commit

Permalink
Fixed documentation bug if no roles should be configured
Browse files Browse the repository at this point in the history
  • Loading branch information
schwzr authored Sep 1, 2023
1 parent 3c57268 commit 21ebf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/v1.1.0/maintain/fhir/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ certtool --fingerprint --hash=sha512 --infile=certificate.pem
```
:::

Multiple user roles can be specified and all matching roles will be applied to an authenticated users. Use an empty string `""` or a single block scalar `|` character as the value for the configuration parameter [DEV_DSF_FHIR_SERVER_ORGANIZATION_THUMBPRINT](configuration#dev-dsf-fhir-server-organization-thumbprint) if no roles should be configured.
Multiple user roles can be specified and all matching roles will be applied to an authenticated users. Use an empty string `""` or a single block scalar `|` character as the value for the configuration parameter [DEV_DSF_FHIR_SERVER_ROLECONFIG](configuration#dev-dsf-fhir-server-roleconfig) if no roles should be configured.

## Matching Users

Expand Down Expand Up @@ -126,4 +126,4 @@ The third example allows read-only access. Two e-mail addresses are used to matc
- READ
- SEARCH
- HISTORY
```
```

0 comments on commit 21ebf88

Please sign in to comment.