Created
March 4, 2022 15:45
-
-
Save vincentchalamon/12a00ec203f1c5427113e54ea66621d1 to your computer and use it in GitHub Desktop.
API Platform Keycloak hwi/oauth-bundle Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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