Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maorleger/msal-2.6.2-repro
https://github.com/maorleger/msal-2.6.2-repro
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maorleger/msal-2.6.2-repro
- Owner: maorleger
- Created: 2024-01-30T16:18:02.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T16:35:54.000Z (12 months ago)
- Last Synced: 2024-12-09T18:01:24.134Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal repro showing breaking changes in @azure/[email protected]
To run
```bash
npm install
npm run start
```## Expected
Expected: the same error type and message
## Actual
2.6.1
```
ClientAuthError: endpoints_resolution_error: Endpoints cannot be resolved
```2.6.2
```
ServerError: invalid_request: 900023 - [2024-01-30 16:16:15Z]: AADSTS900023: Specified tenant identifier 'invalid-tenant-id' is neither a valid DNS name, nor a valid external domain.
```