Skip to content

Commit

Permalink
Update CAMARA-API-access-and-user-consent.md login_hint example
Browse files Browse the repository at this point in the history
CIBA does require the authorization request to be authenticated but allows a wide range of methods.

Removing "Basic" from the example

See: camaraproject#104
  • Loading branch information
AxelNennker authored Jan 4, 2024
1 parent b532544 commit ac205e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/CAMARA-API-access-and-user-consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ The API invoker has to provide in the authorization request (/bc_authorize) a lo

```
POST /bc-authorize HTTP/1.1
Authorization: Basic {Credentials}
Authorization: ...
Content-Type: application/x-www-form-urlencoded
login_hint=tel%3A%2B346xxyyyzzz&
Expand Down

0 comments on commit ac205e6

Please sign in to comment.