Software /
code /
prosody-modules
Diff
mod_auth_oauth_external/README.md @ 5434:92ad8f03f225
mod_auth_oauth_external: Work without token validation endpoint
In this mode, only PLAIN is possible and the provided username is
assumed to be the XMPP localpart.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 08 May 2023 20:01:34 +0200 |
parent | 5349:ac9710126e1a |
child | 5435:b3e7886fea6a |
line wrap: on
line diff
--- a/mod_auth_oauth_external/README.md Mon May 08 19:57:10 2023 +0200 +++ b/mod_auth_oauth_external/README.md Mon May 08 20:01:34 2023 +0200 @@ -50,6 +50,8 @@ logging in the field specified by `oauth_external_username_field`. Commonly the [OpenID `UserInfo` endpoint](https://openid.net/specs/openid-connect-core-1_0.html#UserInfo) + If left unset, only `SASL PLAIN` is supported and the username + provided there is assumed correct. `oauth_external_username_field` : String. Default is `"preferred_username"`. Field in the JSON