Add an addon for password-based authentication against Keycloak.

This commit is contained in:
very-ape 2021-05-18 15:51:30 -07:00
parent 8bd9c6dac9
commit 344e2c6978
3 changed files with 169 additions and 0 deletions

View 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).