Skip to content

Commit

Permalink
OAuth2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reijnders committed Jul 16, 2017
1 parent 3df91a9 commit 0604a33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/Xerte/Authentication/Oauth2_config.php
Expand Up @@ -21,10 +21,10 @@
global $oauth2config;

$oauth2config = array(
'CLIENT_ID' => 'oGqFuZJdkhKMUTGIUcSStJftYtniqv',
'CLIENT_SECRET' => '9ObAtFzdTUuDHpwn8rA1j3KyxI2U0s',
'REDIRECT_URI' => 'library/Xerte/Authentication/OAuth2/response.php',
'AUTHORIZATION_ENDPOINT' => 'https://h5p.webleren.be?oauth=authorize',
'TOKEN_ENDPOINT' => 'https://h5p.webleren.be?oauth=token',
'CLIENT_ID' => '',
'CLIENT_SECRET' => '',
'REDIRECT_URI' => '',
'AUTHORIZATION_ENDPOINT' => '',
'TOKEN_ENDPOINT' => '',
// 'ACCESS_TOKENTYPE' => OAuth2\Client::ACCESS_TOKEN_BEARER,
);

0 comments on commit 0604a33

Please sign in to comment.