mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 17:34:49 -04:00
Do not allow a deactivated user to login via SSO. (#7240)
This commit is contained in:
parent
967f99b9f8
commit
b85d7652ff
8 changed files with 110 additions and 10 deletions
|
@ -154,7 +154,7 @@ class SamlHandler:
|
|||
)
|
||||
|
||||
else:
|
||||
self._auth_handler.complete_sso_login(user_id, request, relay_state)
|
||||
await self._auth_handler.complete_sso_login(user_id, request, relay_state)
|
||||
|
||||
async def _map_saml_response_to_user(
|
||||
self, resp_bytes: str, client_redirect_url: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue