Adding redirectUris for SPAs
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
Customer Scenario - Raised issue in a different repo, so raising it in CLI Repo - https://github.com/MicrosoftDocs/azure-docs/issues/61078
There is documentation around for updating replyUrls for web applications but doesn't seem to be anyway of doing it for SPA web applications.
- az ad app update --id --add replyUrls "http://blah2.company.com"
This will add a reply url into the web section instead of under Single-page application. Is there a command I can run that adds it under the Single-page application tab?
https://docs.microsoft.com/en-us/cli/azure/ad/app?view=azure-cli-latest
This is the page, it mentions replyUrls but doesn't mention how to add them SPA
Contributor guide
Assessment
This issue has not been assessed yet.