Mercurial > prosody-modules
view mod_groups_oidc/README.md @ 5548:fd3c12c40cd9
mod_http_oauth2: Disable CORS for authorization endpoint
Per recommendation in draft-ietf-oauth-security-topics-23
Hopefully it is enough to return an error status, since mod_http will
add CORS headers from a handler with higher priority, even for OPTIONS.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 16 Jun 2023 00:05:57 +0200 |
parents | 7d9dce4e7dd0 |
children | 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.