comparison mod_auth_oauth_external/README.md @ 5499:27d220b14d59

mod_auth_oauth_external: Correct docs about default scope Yet another failure of auto-complete?
author Kim Alvefur <zash@zash.se>
date Wed, 31 May 2023 22:37:51 +0200
parents 0c7abc81c243
children
comparison
equal deleted inserted replaced
5498:1fa1545ebc40 5499:27d220b14d59
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` 81 `oauth_external_scope`
82 : String. Defaults to `"oauth"`. Included in request for resource 82 : String. Defaults to `"openid"`. Included in request for resource
83 owner password grant. 83 owner password grant.
84 84
85 # Compatibility 85 # Compatibility
86 86
87 ## Prosody 87 ## Prosody