view mod_adhoc_oauth2_client/README.markdown @ 5255:001c8fdc91a4

mod_http_oauth2: Add support for the "openid" scope This "openid" scope is there to signal access to the userinfo endpoint, which is needed for OIDC support. We don't actually check this later because the userinfo endpoint only returns info embedded in the token itself, but in the future we may want to check this more carefully.
author Kim Alvefur <zash@zash.se>
date Thu, 16 Mar 2023 17:06:35 +0100
parents d3b2d42daaee
children a9c1cc91d3d6
line wrap: on
line source

---
labels:
- Stage-Alpha
summary: 'Create OAuth2 clients via ad-hoc command'
...

Introduction
============

::: {.alert .alert-danger}
This module is currently broken since [mod_http_oauth2] switched to
[dynamic registration](https://oauth.net/2/dynamic-client-registration/).
:::

Compatibility
=============

Does not currently work at all.