Skip to content

Commit

Permalink
replace /.well-known/openid-configuration with /.well-known/oauth-aut…
Browse files Browse the repository at this point in the history
…horization-server
  • Loading branch information
ntsbs authored and georgepadayatti committed Feb 16, 2024
1 parent 2d5207d commit 49647cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ewc-rfc001-issue-verifiable-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ The credential issuance can be an authorisation flow or a pre-authorised one. Th
Note over I,O: Discovery issuer capabilities
I->>O: GET: /.well-known/openid-credential-issuer
O-->>I: OpenID credential issuer configuration
I->>O: GET: /.well-known/openid-configuration
O-->>I: OpenID configuration for authorisation server
I->>O: GET: /.well-known/oauth-authorization-server
O-->>I: OAuth authorisation server metadata
Note over I,O: Authenticate and Authorise
I->>O: Authorisation request
Expand All @@ -88,8 +88,8 @@ Figure 1: Issuance using Authorisation Code Flow based on [1]
Note over I,O: Discovery issuer capabilities
I->>O: GET: /.well-known/openid-credential-issuer
O-->>I: OpenID credential issuer configuration
I->>O: GET: /.well-known/openid-configuration
O-->>I: OpenID configuration for authorisation server
I->>O: GET: /.well-known/oauth-authorization-server
O-->>I: OAuth authorisation server metadata
Note over I,O: Authenticate and Authorise
I->>O: POST: Pre-authorised token request with PIN
Expand Down Expand Up @@ -200,10 +200,10 @@ Resolve `/.well-known/openid-credential-issuer` endpoint for `credential_issuer`
GET https://server.example.com/.well-known/openid-credential-issuer
```

Resolve `/.well-known/openid-configuration` endpoint for `authorization_server` URI present in the response for the above.
Resolve `/.well-known/oauth-authorization-server` endpoint for `authorization_server` URI present in the response for the above.

```http
GET https://server.example.com/.well-known/openid-configuration
GET https://server.example.com/.well-known/oauth-authorization-server
```

## 3.4 Discover response
Expand Down

0 comments on commit 49647cd

Please sign in to comment.