Skip to content

Commit 521901f

Browse files
committed
LoginFlow: add delegated_oidc_compatibility
In order to implement "OIDC-aware" functionality as defined in matrix-org/matrix-spec-proposals#3824.
1 parent 7152e8f commit 521901f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data/api/client-server/login.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ paths:
5858
endpoint. Note that supporting the endpoint does not
5959
necessarily indicate that the user attempting to log in will
6060
be able to generate such a token.
61+
delegated_oidc_compatibility:
62+
type: boolean
63+
default: false
6164
examples:
6265
response:
6366
value: {

0 commit comments

Comments
 (0)