mod_http_oauth2/README.markdown
changeset 5388 b40f29ec391a
parent 5387 df11a2cbc7b7
child 5412 3989c57cc551
equal deleted inserted replaced
5387:df11a2cbc7b7 5388:b40f29ec391a
   127 
   127 
   128 ```lua
   128 ```lua
   129 oauth2_require_code_challenge = true
   129 oauth2_require_code_challenge = true
   130 ```
   130 ```
   131 
   131 
       
   132 Further, individual challenge methods can be enabled or disabled:
       
   133 
       
   134 ```lua
       
   135 allowed_oauth2_code_challenge_methods = {
       
   136     "plain"; -- the insecure one
       
   137     "S256";
       
   138 }
       
   139 ```
       
   140 
   132 ## Deployment notes
   141 ## Deployment notes
   133 
   142 
   134 ### Access management
   143 ### Access management
   135 
   144 
   136 This module does not provide an interface for users to manage what they have
   145 This module does not provide an interface for users to manage what they have