Fixe IP aus auth.php entfernt
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 11s
This commit is contained in:
@@ -30,7 +30,6 @@ if (isset($_GET['code']) && isset($_GET['state'])) {
|
|||||||
|
|
||||||
// Autorisierungscode gegen Token tauschen
|
// Autorisierungscode gegen Token tauschen
|
||||||
$ch = curl_init($authelia_url . '/api/oidc/token');
|
$ch = curl_init($authelia_url . '/api/oidc/token');
|
||||||
curl_setopt($ch, CURLOPT_RESOLVE, ["auth.iten.pro:443:84.227.207.55"]);
|
|
||||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||||
curl_setopt($ch, CURLOPT_POST, true);
|
curl_setopt($ch, CURLOPT_POST, true);
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([
|
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([
|
||||||
|
|||||||
Reference in New Issue
Block a user