matrix-org / matrix-authentication-service

OAuth2.0 + OpenID Provider for Matrix Homeservers
https://matrix-org.github.io/matrix-authentication-service/
Apache License 2.0
112 stars 32 forks source link

Compat login : ability to use a REST provider as a password provider #3168

Open raphaelbadawi opened 4 weeks ago

raphaelbadawi commented 4 weeks ago

Hello,

I'm working to make (soon) a PR on this.

Currently MAS supports local (DB) passwords compat login. Passwords provided by REST providers (e. g. MA1SD) are not supported yet. I'm working to make this configurable so if a REST password provider is filled in config.yaml, then compat login will happen against the REST password provider.

matrixbot commented 3 weeks ago

For your information, this issue has been copied over to the Element fork of matrix-authentication-service: https://github.com/element-hq/matrix-authentication-service/issues/3168