element-hq / matrix-authentication-service

https://element-hq.github.io/matrix-authentication-service/
GNU Affero General Public License v3.0
43 stars 9 forks source link

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

Open matrixbot opened 2 months ago

matrixbot commented 2 months ago

This issue was originally created by @raphaelbadawi at https://github.com/matrix-org/matrix-authentication-service/issues/3168.

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.

raphaelbadawi commented 2 months ago

PR here => https://github.com/element-hq/matrix-authentication-service/pull/3193