Software /
code /
prosody-modules
Changeset
5347:a0074038696f
mod_auth_oauth_external: Some notes in README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Apr 2023 10:41:47 +0200 |
parents | 5346:d9bc8712a745 |
children | 5348:ff539f34769f |
files | mod_auth_oauth_external/README.md |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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]