mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 11:30:28 -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
|
@ -505,6 +505,7 @@ class RegisterRestServlet(RestServlet):
|
|||
request,
|
||||
body,
|
||||
self.hs.get_ip_from_request(request),
|
||||
"register a new account",
|
||||
)
|
||||
|
||||
# Check that we're not trying to register a denied 3pid.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue