mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Support SAML in the user interactive authentication workflow. (#7102)
This commit is contained in:
parent
468dcc767b
commit
b9930d24a0
11 changed files with 227 additions and 44 deletions
|
@ -263,7 +263,11 @@ class SigningKeyUploadServlet(RestServlet):
|
|||
body = parse_json_object_from_request(request)
|
||||
|
||||
await self.auth_handler.validate_user_via_ui_auth(
|
||||
requester, request, body, self.hs.get_ip_from_request(request),
|
||||
requester,
|
||||
request,
|
||||
body,
|
||||
self.hs.get_ip_from_request(request),
|
||||
"add a device signing key to your account",
|
||||
)
|
||||
|
||||
result = await self.e2e_keys_handler.upload_signing_keys_for_user(user_id, body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue