mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix FLEXIAPI-239 Add missing WWW-Authenticate header key parameter
This commit is contained in:
parent
dcdf364517
commit
8fd273f4c0
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class AuthenticateJWT
|
||||||
$response = new Response();
|
$response = new Response();
|
||||||
$response->header(
|
$response->header(
|
||||||
'WWW-Authenticate',
|
'WWW-Authenticate',
|
||||||
'Bearer error="' . $error .'", "'. $description . '"'
|
'Bearer error="' . $error .'", error_description="'. $description . '"'
|
||||||
);
|
);
|
||||||
$response->setStatusCode(401);
|
$response->setStatusCode(401);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue