TBD54566975 / known-customer-credential

3 stars 1 forks source link

Add metadata calls for credential issuance #11

Closed KendallWeihe closed 3 months ago

KendallWeihe commented 3 months ago

Also create a table for the Credential Endpoint request/response fields

KendallWeihe commented 3 months ago

Don't forget about authorization_pending

KendallWeihe commented 3 months ago
sequenceDiagram
autonumber

participant D as Mobile Wallet
participant P as PFI

D->>P: GET /.well-known/openid-credential-issuer
P-->>D: Credential Issuer Metadata
D->>P: GET /.well-known/oauth-authorization-server
P-->>D: Authorization Server Metadata
D->>P: Token Endpoint
# TODO pre auth code authorization
P-->>D: Access Token Response