diff mod_auth_oauth_external/README.md @ 5436:e7d99bacd0e8

mod_auth_oauth_external: Make 'scope' configurable in password grant request Needed by some OAuth servers, tested here with Mastodon
author Kim Alvefur <zash@zash.se>
date Wed, 10 May 2023 12:39:05 +0200
parents b3e7886fea6a
children 533808db6c18
line wrap: on
line diff
--- a/mod_auth_oauth_external/README.md	Mon May 08 20:12:43 2023 +0200
+++ b/mod_auth_oauth_external/README.md	Wed May 10 12:39:05 2023 +0200
@@ -78,6 +78,10 @@
 :   String. Client secret used to identify Prosody during the resource
     owner password grant.
 
+`oauth_external_scope`
+:   String. Defaults to `"oauth"`. Included in request for resource
+    owner password grant.
+
 # Compatibility
 
 ## Prosody