mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
saml: Make SP-initiated SLO work in the desktop application.
This commit is contained in:
committed by
Tim Abbott
parent
3f55c10685
commit
5dd4dcdebb
@@ -1306,10 +1306,8 @@ class ExternalAuthDataDict(TypedDict, total=False):
|
||||
desktop_flow_otp: Optional[str]
|
||||
multiuse_object_key: str
|
||||
full_name_validated: bool
|
||||
# TODO: This currently does not get plumbed through to the final session
|
||||
# in the desktop flow, but it should.
|
||||
# Also, the mobile app doesn't actually use a session, so this
|
||||
# data is not applicable there either.
|
||||
# The mobile app doesn't actually use a session, so this
|
||||
# data is not applicable there.
|
||||
params_to_store_in_authenticated_session: Dict[str, str]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user