-
Notifications
You must be signed in to change notification settings - Fork 424
MSC2965: OAuth 2.0 Authorization Server Metadata discovery #2965
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
MSC2965: OAuth 2.0 Authorization Server Metadata discovery #2965
Conversation
Are any other examples planned? I’m using Ory for several apps that I’d like to also connect together with Matrix. It also strikes me as a conveniently lightweight example for Matrix, which also aligns well with Dendrite since it’s in Go. |
|
@erlend-sh Good suggestion, thank you - I've added element-hq/oidc-playground#3 to track this. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. |
…org#4673) This is the method to get the server metadata in the latest draft of [MSC2965](matrix-org/matrix-spec-proposals#2965). We still keep the old behavior with `GET /auth_issuer` as fallback for now because it has wider server support. There are some pre-main commit cleanups to simplify the main commit. This can be reviewed commit by commit. The changes were tested with the oidc_cli example on beta.matrix.org. Closes matrix-org#4550. --------- Signed-off-by: Kévin Commaille <[email protected]>
|
spec PR: matrix-org/matrix-spec#2147 |
Merged! |
Rendered
Status:
Dependencies:
Clients and homeservers currently implement an older version of this proposal, and need to be updated:
/auth_metadataendpoint defined in MSC2965. element-hq/synapse#18093/auth_metadataAPI matrix-js-sdk#4626SCT:
tickyboxes
checklist