Skip to content

Commit 7925eb6

Browse files
committed
Update documentation
1 parent 287ebfb commit 7925eb6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/MiddlewareAPI.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Example of possible error messages. These may differ in the real world, but give
117117

118118
### Allowed to self-vet using an existing self-asserted token?
119119

120-
Is the Identity allowed to self-vet a token using a self-asserted token (SAT). This is only allowed when the only token(s)
121-
possessed by the identity are of the self-asserted token vetting type. If another token type is registered, the
120+
Is the Identity allowed to self-vet a token using a self-asserted token (SAT). This is only allowed when the only token(s)
121+
possessed by the identity are of the self-asserted token vetting type. If another token type is registered, the
122122
middleware will nudge the user to use that token. As using a SAT token will result in a token with a lowered LoA. As the
123123
identity of the user is not verified by a RA(A).
124124

@@ -193,7 +193,7 @@ Basic Command Structure
193193

194194
### Request
195195
URL: `http://middleware.tld/deprovision/{collabPersonId}
196-
Method: DELETE
196+
Method: DELETE or GET
197197
Request parameters:
198198
- collabPersonId: collabPersonId of the identity
199199

@@ -314,7 +314,7 @@ Request parameters:
314314
In order to inform RA(A) users about which institutions they are authorized to manage we need profile information.
315315
The profile endpoint aggregates the identity of the user with the FGA configuration of the institution he/she hails from.
316316

317-
### Request
317+
### Request
318318
URL: `http://middleware.tld/profile/{identityId}`
319319
Method: GET
320320
Request parameters:
@@ -334,7 +334,7 @@ Request parameters:
334334
"is_sraa": false,
335335
"authorizations": {
336336
"ra": ["institution-a", "institution-b"],
337-
"raa": ["institution-a"]
337+
"raa": ["institution-a"]
338338
},
339339
"implicit_raa_at": ["institution-a", "institution-b"]
340340
}

0 commit comments

Comments
 (0)