Skip to content

Commit

Permalink
Fix spelling in Roles.md
Browse files Browse the repository at this point in the history
Changed 'cusuming' to 'consuming'
  • Loading branch information
d-wall authored and brandonpollett committed Sep 3, 2019
1 parent 6c5686e commit 6026bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Roles.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The FHIR server uses a role based access control system. The privileges (Read, W
]
```

This structure is passed to the FHIR server at startup and enforced using the `roles` claim in the JWT access token presented when cusuming the FHIR server API.
This structure is passed to the FHIR server at startup and enforced using the `roles` claim in the JWT access token presented when consuming the FHIR server API.

When deploying the FHIR server into Azure using the provided [resource manager template](../samples/templates/default-azuredeploy.json) the array of roles can be passed in the `additionalFhirServerConfigProperties` parameter, which will add the roles to the [App Settings](https://docs.microsoft.com/en-us/azure/app-service/web-sites-configure) of the front end [Web App](https://azure.microsoft.com/en-us/services/app-service/web/) running the server.

Expand Down Expand Up @@ -93,4 +93,4 @@ New-AzureRmResourceGroupDeployment `
-securityAuthenticationAuthority $apiAppReg.Authority `
-securityAuthenticationAudience $apiAppReg.Audience `
-additionalFhirServerConfigProperties $flattenedRoles
```
```

0 comments on commit 6026bf6

Please sign in to comment.