comparison 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
comparison
equal deleted inserted replaced
5435:b3e7886fea6a 5436:e7d99bacd0e8
76 76
77 `oauth_external_client_secret` 77 `oauth_external_client_secret`
78 : String. Client secret used to identify Prosody during the resource 78 : String. Client secret used to identify Prosody during the resource
79 owner password grant. 79 owner password grant.
80 80
81 `oauth_external_scope`
82 : String. Defaults to `"oauth"`. Included in request for resource
83 owner password grant.
84
81 # Compatibility 85 # Compatibility
82 86
83 ## Prosody 87 ## Prosody
84 88
85 Version Status 89 Version Status