Software /
code /
prosody-modules
Comparison
mod_auth_oauth_external/README.md @ 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 |
parent | 5346:d9bc8712a745 |
child | 5348:ff539f34769f |
comparison
equal
deleted
inserted
replaced
5346:d9bc8712a745 | 5347:a0074038696f |
---|---|
57 : String. Client ID used to identify Prosody during the resource owner | 57 : String. Client ID used to identify Prosody during the resource owner |
58 password grant. | 58 password grant. |
59 | 59 |
60 # Compatibility | 60 # Compatibility |
61 | 61 |
62 ## Prosody | |
63 | |
62 Version Status | 64 Version Status |
63 --------- --------------- | 65 --------- --------------- |
64 trunk works | 66 trunk works |
65 0.12.x does not work | 67 0.12.x does not work |
66 0.11.x does not work | 68 0.11.x does not work |
69 | |
70 ## Identity Provider | |
71 | |
72 Tested with | |
73 | |
74 - [KeyCloak](https://www.keycloak.org/) | |
75 | |
76 # Future work | |
77 | |
78 - Automatically discover endpoints from Discovery URL | |
79 - Configurable input username mapping (e.g. user → user@host). | |
80 - [SCRAM over HTTP?!][rfc7804] |