saml: Make SP-initiated SLO work in the desktop application.

This commit is contained in:
Mateusz Mandera
2022-11-16 18:31:10 +01:00
committed by Tim Abbott
parent 3f55c10685
commit 5dd4dcdebb
4 changed files with 62 additions and 13 deletions

View File

@@ -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]