# HG changeset patch # User Kim Alvefur # Date 1681548107 -7200 # Node ID a0074038696f5a098839e2d176d632d252095e09 # Parent d9bc8712a74517a2fad51f602a3f936ab64bb19e mod_auth_oauth_external: Some notes in README diff -r d9bc8712a745 -r a0074038696f mod_auth_oauth_external/README.md --- 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]