friendica-addons/keycloakpassword
Roland Häder 04df7f6e05
Changes:
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
..
lang regenerated all the strings 2021-10-10 08:27:53 +02:00
templates Add an addon for password-based authentication against Keycloak. 2021-05-18 15:51:30 -07:00
README.md Add an addon for password-based authentication against Keycloak. 2021-05-18 15:51:30 -07:00
keycloakpassword.php Changes: 2022-06-23 07:17:00 +02:00

README.md

Keycloak Password Auth

Allows for password-based authentication against a Keycloak backend. (Should in theory work with any OpenID Connect provider with "direct grant" enabled, but it's only been tested against Keycloak.)

Setting up Keycloak for use with this addon is detailed in this RedHat blog entry.