Mercurial > prosody-modules
annotate mod_http_altconnect/README.markdown @ 5221:22483cfce3ce
mod_http_oauth2: Reflect ALL attributes of the client registration
Per RFC 7591:
"
Additionally, the authorization server MUST return all registered
metadata about this client, including any fields provisioned by the
authorization server itself.
"
The idea is that the server may replace/drop fields in the registration, so
what gets reflected back to the client is the source of truth about the
registration.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 07 Mar 2023 14:52:43 +0000 |
parents | d3d27f2558fb |
children |
rev | line source |
---|---|
3709
d3d27f2558fb
mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 This module helps make BOSH and WebSocket connection endpoints |
d3d27f2558fb
mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 discoverable via the HTTP method described in |
d3d27f2558fb
mod_http_altconnect: Add a stub README (thanks JC for reminding me this existed)
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 [XEP-0156](https://xmpp.org/extensions/xep-0156.html#http). |