Mercurial > prosody-modules
view mod_adhoc_oauth2_client/README.markdown @ 5423:5b2352dda31f
mod_http_oauth2: Include all granted roles in scopes
The client is allowed to request a subset of granted scopes, so it makes
sense to record all granted roles so that another could be selected at
access token issuance.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 07 May 2023 19:06:37 +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]