Hi all Does it exist a sample, how to use OAuth wi...
# http4k
z
Hi all Does it exist a sample, how to use OAuth with Keycloak?
s
@zero_coding not that I'm aware of. The example in the docs use Google (https://www.http4k.org/guide/modules/oauth/), but using other services should be a case of just adjusting the provider parameters. Here are the ones we currently defined https://github.com/http4k/http4k/blob/master/http4k-security-oauth/src/main/kotlin/org/http4k/security/oauthProviders.kt , and we'd be happy to accept a PR if you want to include Keycloak to that list.
z
@s4nchez If I have got it, then I will do it.
👍 1