[SDK] SDK V2, no API for login with login type parameter - Cannot login. #4266
Labels
matrix-sdk
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
Milestone
Description
Our Matrix environment / synapse supports "proprietary" login flow.
Requesting from app the list of loginFlow supported types returns a list like this :
m.login.password
com.xx.login.istra
...
Using SDK V2, no API permit to add the login type "com.xx.login.istra" as parameter.
That prevent our android app to login using regular API authenticationService / Wizard which always returns an error code "FORBIDDEN".
As workaround, app perform login out of Matrix SDK - app send an HTTP request + appropriate json adding type = com.xx.login.istra. That's not good, we do not mesure very well the side effects of that.
The text was updated successfully, but these errors were encountered: