Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/validation-abort' into feat…
Browse files Browse the repository at this point in the history
…/validation-abort
  • Loading branch information
kleyow committed Aug 12, 2022
2 parents 85ed6af + 0c83ef8 commit e2dea0f
Show file tree
Hide file tree
Showing 5 changed files with 916 additions and 729 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ PISP -> Switch ++: ""PUT /consents/22222222-0000-0000-0000-000000000000""\n\
"" FSIOP-Source: pispa""\n\
"" FSPIOP-Destination: dfspa""\n\
"" {""\n\
"" consentRequestId: "11111111-0000-0000-0000-000000000000",""\n\
"" status: "ISSUED",""\n\
"" scopes: [""\n\
"" {""\n\
Expand Down Expand Up @@ -86,10 +85,10 @@ rnote over DFSP

If the DFSP opts to use the hub-hosted Auth-Service it then:
1. Registers the consent with the Auth Service ""POST /consents""
2. If the DFSP recieves a `PUT /consents/{id}` and the callback contains
""Consent.credential.status"" of ""VERIFIED"", for each scope in the
Consent, the DFSP creates a ""CredentialScope"" else, if it recieves
a `PUT /consents/{id}/error` callback, it knows that the Consent is
2. If the DFSP recieves a `PUT /consents/{id}` and the callback contains
""Consent.credential.status"" of ""VERIFIED"", for each scope in the
Consent, the DFSP creates a ""CredentialScope"" else, if it recieves
a `PUT /consents/{id}/error` callback, it knows that the Consent is
invalid, and can propagate the error back to the PISP

end note
Expand Down Expand Up @@ -178,7 +177,6 @@ Auth -> Switch: ""PUT /consents/22222222-0000-0000-0000-000000000000"" \n\
"" FSIOP-Source: central-auth""\n\
"" FSPIOP-Destination: dfspa""\n\
"" {""\n\
"" consentRequestId: "11111111-0000-0000-0000-000000000000"""\n\
"" status: "ISSUED",""\n\
"" scopes: [""\n\
"" {""\n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ rnote left of D2 #Light
""FSPIOP-Source: dfspa""
""FSPIOP-Destination: pispa""
{
"transactionId": "11111111-0000-0000-0000-000000000000",
"transactionRequestState": "RECEIVED"
}
end note
Expand Down
Loading

0 comments on commit e2dea0f

Please sign in to comment.