Replies: 1 comment
-
Thanks for the heads up! I would appreciate a pull request to add the configuration example in the documentation here: https://github.com/element-hq/matrix-authentication-service/blob/main/docs/setup/sso.md#sample-configurations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not really a feature request, I only wanted to bring this to your attention, maybe you're interested in this.
Rauthy has been tested as an upstream OIDC IdP for MAS and it's working as expected. It might be interesting especially for people self-hosting their own homeservers and MAS, because it's a lot more lightweight and easier to set up than Keycloak, while not giving up on features.
It has been tested by @ChurchOfTheSubgenius and works in the following configurations on Rauthy's side:
confidential
client withS256 PKCE
andRS256
for both access and id token signaturepublic
client withS256 PKCE
andRS256
for both access and id token signatureephemeral
client withS256 PKCE
andRS256
for both access and id token signature - example JSON:MAS config example:
If you would like to add Rauthy to the list of the compatible providers in the Readme, please feel free to do so, or simply close this issue otherwise.
Beta Was this translation helpful? Give feedback.
All reactions