File tree Expand file tree Collapse file tree
sdk/identity/azure-identity/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ Azure::Core::Credentials::AccessToken AzureArcManagedIdentitySource::GetToken(
406406 if (authHeader == headers.end ())
407407 {
408408 throw AuthenticationException (
409- " Did not receive expected WWW-Authenticate header "
409+ " Did not receive expected ' WWW-Authenticate' header "
410410 " in the response from Azure Arc Managed Identity Endpoint." );
411411 }
412412
@@ -417,7 +417,7 @@ Azure::Core::Credentials::AccessToken AzureArcManagedIdentitySource::GetToken(
417417 || challenge.find (ChallengeValueSeparator, eq + 1 ) != std::string::npos)
418418 {
419419 throw AuthenticationException (
420- " The WWW-Authenticate header in the response from Azure Arc "
420+ " The ' WWW-Authenticate' header in the response from Azure Arc "
421421 " Managed Identity Endpoint did not match the expected format." );
422422 }
423423
You can’t perform that action at this time.
0 commit comments