vapor-community / Imperial

Federated Authentication with OAuth providers
MIT License
155 stars 48 forks source link

Add Keycloak support #39

Closed gaetandezeiraud closed 5 years ago

gaetandezeiraud commented 5 years ago

Add the Keycloak support. See Docs for more informations. But, because user can use a Proxy over Keycloak, I decide to make a general approach (without the default patern).

So we have 4 environment variables KEYCLOAK_CLIENT_ID, KEYCLOAK_CLIENT_SECRET, KEYCLOAK_ACCESS_TOKEN_URL and KEYCLOAK_AUTH_URL.

gaetandezeiraud commented 5 years ago

Fix.

gaetandezeiraud commented 5 years ago

Hi, It's good?