comparison mod_auth_oauth_external/README.md @ 5348:ff539f34769f

mod_auth_oauth_external: Linkify password grant
author Kim Alvefur <zash@zash.se>
date Sat, 15 Apr 2023 10:46:04 +0200
parents a0074038696f
children ac9710126e1a
comparison
equal deleted inserted replaced
5347:a0074038696f 5348:ff539f34769f
44 44
45 ## For SASL PLAIN 45 ## For SASL PLAIN
46 46
47 `oauth_external_resource_owner_password` 47 `oauth_external_resource_owner_password`
48 : Boolean. Defaults to `true`. Whether to allow the *insecure* 48 : Boolean. Defaults to `true`. Whether to allow the *insecure*
49 resource owner password grant and SASL PLAIN. 49 [resource owner password
50 grant](https://oauth.net/2/grant-types/password/) and SASL PLAIN.
50 51
51 `oauth_external_token_endpoint` 52 `oauth_external_token_endpoint`
52 : URL string. OAuth 2 [Token 53 : URL string. OAuth 2 [Token
53 Endpoint](https://www.rfc-editor.org/rfc/rfc6749#section-3.2) used 54 Endpoint](https://www.rfc-editor.org/rfc/rfc6749#section-3.2) used
54 to retrieve token in order to then retrieve the username. 55 to retrieve token in order to then retrieve the username.