-
Notifications
You must be signed in to change notification settings - Fork 35
No Documentation for QR Code Login #3743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@SNThrailkill If you still try to enable qr code login but element web says it's not available: experimental_features:
msc4108_enabled: true (of course the experimental_features: contains more entries, but I added it to make it clear where to put) to take effect msc3861 must be enabled, but since you write this in the issue for mas I am sure you have this. |
Not working for me using Keycloak as upstream IdP.
Does Keycloak support this? Do I need some special config in Keycloak? I used the sample Keycloak config: https://element-hq.github.io/matrix-authentication-service/setup/sso.html#keycloak |
essentially this is the same I have. If your synapse or matrix client is not new enough you might also check if your "org.matrix.msc2965.authentication": {
"issuer": "http://matrix-authentication-service:8080/auth/",
"account": "https://matrix.***/auth/account"
} btw: I am not sure if the issuer can be something that is not resolvable/reachable client-side. The openid-configuration might get pulled by not only synapse (I think a copy gets served on |
EDIT: I don't know why but now is working (AFAIK I changed nothing nor upgraded Element Web).
All paths starts with
It contains
All URLs are public too. I'm using matrix-docker-ansible-deploy project for the deployment. Thanks for replying!! |
Would anyone be able to share the configuration needed in both Synapse and MAS to get QR code login available? If I try to link a new device it says QR code not supported.
Your account provider doesn't support signing into a new device with a QR code.
and I can find no documentation on this. Ive enabled the experimental MSC in the config and everything else seems to work. Or does this feature abandoned which is why its not documented?The text was updated successfully, but these errors were encountered: