mod_auth_oauth_external/README.md
changeset 5351 a0074038696f
parent 5350 d9bc8712a745
child 5352 ff539f34769f
--- a/mod_auth_oauth_external/README.md	Thu Mar 16 13:04:13 2023 +0100
+++ b/mod_auth_oauth_external/README.md	Sat Apr 15 10:41:47 2023 +0200
@@ -59,8 +59,22 @@
 
 # Compatibility
 
+## Prosody
+
   Version   Status
   --------- ---------------
   trunk     works
   0.12.x    does not work
   0.11.x    does not work
+
+## Identity Provider
+
+Tested with
+
+-   [KeyCloak](https://www.keycloak.org/)
+
+# Future work
+
+-   Automatically discover endpoints from Discovery URL
+-   Configurable input username mapping (e.g. user → user@host).
+-   [SCRAM over HTTP?!][rfc7804]