Azure / Azure/static-web-apps-cli
AAD Custom Authentication emulation settings are not compatible with the CLI
- Vorherrschende Sprache
- TypeScript
- Sterne
- 668
- Forks
- 156
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Before filing this issue, please ensure you're using the latest CLI by running `swa --version` and comparing to the latest version on [npm](https://www.npmjs.com/package/@azure/static-web-apps-cli).
**Are you accessing the CLI from the default port `:4280` ?**
- [ ] No, I am using a different port number (`--port`) and accessing the CLI from that port
- [x] Yes, I am accessing the CLI from port `:4280`
> Make sure you are accessing the URL printed in the console when running `swa start`!
**ℹ️ NOTE: Make sure to enable debug logs when running any `swa` commands using `--verbose=silly`**
**Describe the bug**
When using Entra ID (AAD) for SWA custom authentication, you must specify the format `https://login.microsoftonline.com//v2.0` as `openIdIssuer`.

However, as far as I have tested, the SWA CLI emulation does not work correctly unless you specify the format `https://login.microsoftonline.com//oauth2/v2.0`.
https://github.com/Azure/static-web-apps-cli/pull/878
I think it is necessary to make the format of the `openIdIssuer` accepted by the SWA CLI consistent with that of SWA Cloud.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Type in command 'swa ...'
3. Click on '...'
4. Scroll down to '...'
5. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
Beitragsleitfaden
Rechercherichtung
Beginne damit, die CLI-Version mit `swa --version` zu prüfen, und reproduziere anschließend den Ablauf der benutzerdefinierten Authentifizierung mit `--verbose=silly` unter Verwendung beider dokumentierten `openIdIssuer`-Formate. Prüfe PR #878 und vergleiche das Verhalten des Emulators mit SWA Cloud; abgeschlossen ist die Aufgabe, wenn das akzeptierte Issuer-Format in der CLI konsistent funktioniert.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- azure, cli, typescript
- Bereich
- authentication, cli
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 32/100