We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef3eb21 + 0d1177c commit 5ebceb5Copy full SHA for 5ebceb5
src/Azure.php
@@ -190,7 +190,7 @@ protected function fail(Request $request, \Exception $e)
190
$azureErrors = [
191
'AADSTS50105' => [
192
'HTTP_CODE' => '403',
193
- 'msg' => 'User is not authorised within Azure AD to access this application.',
+ 'msg' => 'User is not authorized within Azure AD to access this application.',
194
],
195
'AADSTS90072' => [
196
0 commit comments