Perform UIA correctly when registering users on a deployment#896
Open
timedoutuk wants to merge 5 commits into
Open
Perform UIA correctly when registering users on a deployment#896timedoutuk wants to merge 5 commits into
timedoutuk wants to merge 5 commits into
Conversation
Fixes matrix-org#893 Signed-off-by: timedout <git@nexy7574.co.uk>
Contributor
Author
|
Turns out a lot of Dendrite's tests also depend on being able to do oneshot uia (looking at the registration tests at least), going to mark this as WIP until I can fix all of that too |
Signed-off-by: timedout <git@nexy7574.co.uk>
Signed-off-by: timedout <git@nexy7574.co.uk>
…ring registration Signed-off-by: timedout <git@nexy7574.co.uk>
Also fixes the maps.Clone param order being inverted Signed-off-by: timedout <git@nexy7574.co.uk>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #893 by:
CSApi.RegisterUserTestRegistrationTestRegistrationthat ensures homeservers enforce the requirement for thesessionauth field, but only when asessionis given at allThis PR does not fix the fact that Complement assumes the target homeserver returns at least one flow whose only stage is
m.login.dummy, but this is seen as a non-issue given there isn't really a reasonable way to dynamically pass the challenge.Pull Request Checklist