Skip to content

Commit

Permalink
Clarify that per-request UIA for /login/get_token is an RFC 2119 MUST…
Browse files Browse the repository at this point in the history
… requirement (#1846)

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
  • Loading branch information
Johennes committed Jun 7, 2024
1 parent 1e303b3 commit 5a86e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1846.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Clarify that per-request UIA for /login/get_token is an RFC 2119 MUST requirement.
2 changes: 1 addition & 1 deletion data/api/client-server/login_token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ paths:
intend to log in multiple devices must generate a token for each.
With other User-Interactive Authentication (UIA)-supporting endpoints, servers sometimes do not re-prompt
for verification if the session recently passed UIA. For this endpoint, servers should always re-prompt
for verification if the session recently passed UIA. For this endpoint, servers MUST always re-prompt
the user for verification to ensure explicit consent is gained for each additional client.
Servers are encouraged to apply stricter than normal rate limiting to this endpoint, such as maximum
Expand Down

0 comments on commit 5a86e38

Please sign in to comment.