Mercurial > prosody-modules
view mod_adhoc_oauth2_client/README.markdown @ 5559:d7fb8b266663
mod_http_oauth2: Strip unknown client metadata
Per RFC 7591
> The authorization server MUST ignore any client metadata sent by the
> client that it does not understand (for instance, by silently removing
> unknown metadata from the client's registration record during
> processing).
This was previously done but unintentionally removed in 90449babaa48
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 20 Jun 2023 01:11:34 +0200 |
parents | a9c1cc91d3d6 |
children |
line wrap: on
line source
--- labels: - Stage-Alpha summary: 'Create OAuth2 clients via ad-hoc command' rockspec: dependencies: - mod_http_oauth2 ... Introduction ============ [Ad-Hoc command][XEP-0050] interface to [dynamic OAuth2 registration](https://oauth.net/2/dynamic-client-registration/) provided by [mod_http_oauth2]. Compatibility ============= Same as [mod_http_oauth2]