reivilibre fbc360d1a9 Backend work to support minimum password complexity (#2965)
* config: Add minimum password complexity option

* PasswordManager: add function for checking if complexity is sufficient

* Enforce password complexity on registration, change and recovery

* cli: Use exit code 1 for weak passwords

This seems preferable to exit code 0, but ideally we should choose one
and document it.

* Expose minimum password complexity score over GraphQL
2024-07-11 10:17:39 +01:00
2024-05-07 07:32:02 +02:00
2022-07-04 15:49:58 +02:00
2023-10-09 15:53:13 +02:00
2021-06-10 13:48:28 +02:00
2021-07-09 16:03:39 +02:00
2021-09-25 18:00:32 +02:00
2023-09-13 14:57:01 +02:00
2021-07-08 14:41:54 +02:00

OAuth2.0 + OpenID Connect Provider for Matrix Homeservers

MAS (Matrix Authentication Service) is an OAuth 2.0 and OpenID Provider server for Matrix.

It has been created to support the migration of Matrix to an OpenID Connect (OIDC) based authentication layer as per MSC3861.

See the Documentation for information on installation and use.

You can learn more about Matrix and OIDC at areweoidcyet.com.

Delegated OIDC architecture with MAS overview

Features

  • Supported homeservers
    • Synapse
  • Authentication methods:
  • Migration support
    • Compatibility layer for legacy Matrix authentication
    • Advisor on migration readiness
    • Import users from Synapse
    • Import password hashes from Synapse
    • Import of external subject IDs for upstream identity providers from Synapse

Upstream Identity Providers

MAS is known to work with the following upstream IdPs via OIDC:

Description
No description provided
Readme AGPL-3.0 60 MiB
Languages
Rust 83.3%
TypeScript 9.9%
HTML 4%
Open Policy Agent 1%
CSS 0.9%
Other 0.7%