Files
html/api/wired-pending/intent-opus4-wtp_auth_status.php

23 lines
986 B
PHP

<?php
// V28 WIRE cause racine - Opus WIRE doctrine 13 - intent manquant
return array(
'name' => 'wtp_auth_status',
'triggers' => array(
0 => 'wtp authentication status',
1 => 'wtp auth',
2 => 'weval tech auth',
3 => 'auth status wtp',
4 => 'authentication wtp',
5 => 'is wtp protected',
6 => 'wtp login',
7 => 'wtp sso',
8 => 'weval platform auth',
9 => 'access control wtp',
),
'cmd' => 'curl -sk --max-time 5 https://weval-consulting.com/api/auth-check.php 2>/dev/null || curl -sk --max-time 5 https://weval-consulting.com/api/authentik-callback.php 2>/dev/null | head -c 300; echo; curl -sk -o /dev/null -w \'{"authentik_portal":"%{http_code}"}\' https://auth.weval-consulting.com 2>/dev/null',
'status' => 'EXECUTED',
'created_at' => '2026-04-19T18:15:00+00:00',
'source' => 'opus-wire-v28-cause-racine-4-intents-manquants',
'description' => 'V28 WTP authentication status - authentik portal check + auth-check endpoint',
);