mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
Add an addon for password-based authentication against Keycloak.
This commit is contained in:
parent
8bd9c6dac9
commit
344e2c6978
3 changed files with 169 additions and 0 deletions
9
keycloakpassword/README.md
Normal file
9
keycloakpassword/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
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](https://developers.redhat.com/blog/2020/01/29/api-login-and-jwt-token-generation-using-keycloak#set_up_a_client).
|
Loading…
Add table
Add a link
Reference in a new issue