Software / code / prosody-modules
File
mod_groups_oidc/README.md @ 5557:d7667d9ad96a
mod_rest: Include full_jid property on origin
Fixes permission check in disco#info query to your own account, where
the 'to' would have been stripped since it equals the account JID,
leaving mod_disco passing nil, which triggers an error in module:may()
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 18 Jun 2023 22:23:24 +0200 |
| parent | 5504:7d9dce4e7dd0 |
| child | 5583:e1422ae7e4de |
line wrap: on
line source
--- summary: OIDC group membership in UserInfo labels: - Stage-Alpha rockspec: dependencies: - mod_http_oauth2 >= 200 --- This module exposes [mod_groups_internal] groups to [OAuth 2.0][mod_http_oauth2] clients via a `groups` scope/claim.