@@ -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
122122middleware will nudge the user to use that token. As using a SAT token will result in a token with a lowered LoA. As the
123123identity of the user is not verified by a RA(A).
124124
@@ -193,7 +193,7 @@ Basic Command Structure
193193
194194### Request
195195URL: `http://middleware.tld/deprovision/{collabPersonId}
196- Method: DELETE
196+ Method: DELETE or GET
197197Request parameters:
198198- collabPersonId: collabPersonId of the identity
199199
@@ -314,7 +314,7 @@ Request parameters:
314314In order to inform RA(A) users about which institutions they are authorized to manage we need profile information.
315315The profile endpoint aggregates the identity of the user with the FGA configuration of the institution he/she hails from.
316316
317- ### Request
317+ ### Request
318318URL: ` http://middleware.tld/profile/{identityId} `
319319Method: GET
320320Request 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