You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: policies/schema/compat_login_input.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
"description": "Input for the compatibility login policy.",
5
5
"type": "object",
6
6
"required": [
7
+
"is_interactive",
7
8
"login_type",
8
9
"requester",
9
10
"session_counts",
@@ -27,6 +28,10 @@
27
28
"description": "Whether a session will be replaced by this login",
28
29
"type": "boolean"
29
30
},
31
+
"is_interactive": {
32
+
"description": "Whether the user is currently in an interactive context. For `m.login.password`: false For `m.login.sso`: - true when asking for consent, - false when actually performing the login (at which point we create the compat session, but it's too late to show a web page)",
0 commit comments