Azure / ng-deploy-azure

Deploy Angular apps to Azure using the Angular CLI
MIT License
79 stars 37 forks source link

fix: guard against corrupted user creds #57

Closed manekinekko closed 4 years ago

manekinekko commented 4 years ago

Pull Request Template

Description

Somehow the underlying SDK was keeping a copy of the cache from previous auths processes. However, that cache was corrupted and some creds were undefined (username and tokenAudience).

See https://github.com/AzureAD/azure-activedirectory-library-for-nodejs/issues/215

Type of change

Please delete options that are not relevant.

shmool commented 4 years ago

Thanks!