This commit is contained in:
Hugh Nimmo-Smith
2023-09-11 14:24:50 +01:00
committed by Quentin Gliech
parent b6bf0d2778
commit 8245f0c48c

View File

@@ -2,6 +2,8 @@
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 based architecture as per [MSC3861](https://github.com/matrix-org/matrix-doc/pull/3861).
It has been created to support the migration of Matrix to an OpenID Connect (OIDC) based architecture as per [MSC3861](https://github.com/matrix-org/matrix-doc/pull/3861).
See the [Documentation](https://matrix-org.github.io/matrix-authentication-service/index.html) for information on installation and use.
You can learn more about Matrix and OIDC at [areweoidcyet.com](https://areweoidcyet.com/).