Files
chixana/config/packages/knpu_oauth2_client.yaml
T
2020-01-11 18:55:08 +03:00

14 lines
544 B
YAML

knpu_oauth2_client:
clients:
# configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration
# the key "google" can be anything, it
# will create a service: "knpu.oauth2.client.google"
google:
type: google
client_id: '%env(OAUTH_GOOGLE_ID)%'
client_secret: '%env(OAUTH_GOOGLE_SECRET)%'
# the route that you're redirected to after
redirect_route: connect_google_check
redirect_params: {}