mod_http_oauth2/README.markdown
changeset 5412 3989c57cc551
parent 5388 b40f29ec391a
child 5414 644b2f2b9b52
--- a/mod_http_oauth2/README.markdown	Tue May 02 16:39:32 2023 +0200
+++ b/mod_http_oauth2/README.markdown	Tue May 02 17:01:02 2023 +0200
@@ -138,6 +138,16 @@
 }
 ```
 
+### Policy documents
+
+Links to Terms of Service and Service Policy documents can be advertised
+for use by OAuth clients:
+
+```lua
+oauth2_terms_url = "https://example.com/terms-of-service.html"
+oauth2_policy_url = "https://example.com/service-policy.pdf"
+```
+
 ## Deployment notes
 
 ### Access management