You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
336 B

<?php
declare(strict_types=1);
define('OPENID_CLIENT_ID', 'test');
define('OPENID_CLIENT_SECRET', 'a0ee4936-ef77-4e4b-87f3-8b4a2706d53a');
define('OPENID_ENDPOINT', 'http://127.0.0.1:8080/auth/realms/Test');
define('OPENID_CALLBACK_URL', 'http://127.0.0.1:4444/callback.php');
define('OPENID_REDIRECT_URL', 'http://127.0.0.1:4444/');