From 13df498118c19e7392dbd8bc48c56c7a7b5f4c9c Mon Sep 17 00:00:00 2001 From: Clemens Krack Date: Tue, 21 Aug 2018 18:09:39 +0200 Subject: [PATCH] Only leave a comment and link to the documentation in the config --- .../1.20/config/packages/knpu_oauth2_client.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/knpuniversity/oauth2-client-bundle/1.20/config/packages/knpu_oauth2_client.yaml b/knpuniversity/oauth2-client-bundle/1.20/config/packages/knpu_oauth2_client.yaml index a34fec47..5a301eae 100644 --- a/knpuniversity/oauth2-client-bundle/1.20/config/packages/knpu_oauth2_client.yaml +++ b/knpuniversity/oauth2-client-bundle/1.20/config/packages/knpu_oauth2_client.yaml @@ -1,11 +1,4 @@ knpu_oauth2_client: clients: # configure your clients as described here: https://github.com/knpuniversity/oauth2-client-bundle#configuration - # make sure to composer require the package for the provider type - # clientname: - # # this will be one of the supported types - # type: some_type - # client_id: '%env(OAUTH_SOMETYPE_ID)%' - # client_secret: '%env(OAUTH_SOMETYPE_SECRET)%' - # # the route that you're redirected to after - # redirect_route: oauth_clientname_check + \ No newline at end of file