# HG changeset patch # User Kim Alvefur # Date 1685565471 -7200 # Node ID 27d220b14d59ecb67d277ed772e6b4180360f134 # Parent 1fa1545ebc402bedee0d09a586297b998ea54c44 mod_auth_oauth_external: Correct docs about default scope Yet another failure of auto-complete? diff -r 1fa1545ebc40 -r 27d220b14d59 mod_auth_oauth_external/README.md --- a/mod_auth_oauth_external/README.md Wed May 31 19:31:45 2023 +0200 +++ b/mod_auth_oauth_external/README.md Wed May 31 22:37:51 2023 +0200 @@ -79,7 +79,7 @@ owner password grant. `oauth_external_scope` -: String. Defaults to `"oauth"`. Included in request for resource +: String. Defaults to `"openid"`. Included in request for resource owner password grant. # Compatibility