Skip to content

Commit a958a08

Browse files
committed
fix: rename file such that build works on unix-based systems + update IRI in get all policies documentation
1 parent abac429 commit a958a08

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/policy-management.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
In this document we describe the *policy adminstration endpoint*.
33
It contains the methods to describe how to create, read, update and delete policies.
44

5-
6-
75
## Supported endpoints
86
The current implementation supports the following requests:
97
- [`GET`](#reading-policies) to both `uma/policies` and `uma/policies/<encodedPolicyID>`
@@ -103,7 +101,7 @@ This is not done with the procedure from the GET One Policy endpoint, because us
103101
An example request would look like this:
104102
```curl
105103
curl --location 'http://localhost:4000/uma/policies' \
106-
--header 'Authorization: https://pod.aexample.com/profile/card#me'
104+
--header 'Authorization: https://pod.example.com/profile/card#me'
107105
```
108106

109107
The response is similar to the GET One Policy response, but for every policy *owned* by the client.

packages/uma/src/util/routeSpecific/policies/rewritePolicies.ts renamed to packages/uma/src/util/routeSpecific/policies/RewritePolicies.ts

File renamed without changes.

0 commit comments

Comments
 (0)