Skip to content

Instantly share code, notes, and snippets.

@vincentchalamon
Created March 4, 2022 15:45
Show Gist options
  • Save vincentchalamon/12a00ec203f1c5427113e54ea66621d1 to your computer and use it in GitHub Desktop.
Save vincentchalamon/12a00ec203f1c5427113e54ea66621d1 to your computer and use it in GitHub Desktop.
API Platform Keycloak hwi/oauth-bundle Configuration
# config/packages/hwi_oauth.yaml
hwi_oauth:
resource_owners:
keycloak:
type: keycloak
base_url: <keycloak_url> # should look like https://www.example.com/auth
realm: <realm_name>
client_id: <client_id>
client_secret: <client_secret>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment