Enhancement: extend 'aad app set' with updating redirect URL
See original GitHub issueExtend the aad app set
command with the ability to update redirect URLs:
-r, --redirectUris [redirectUris]
Comma-separated list of redirect URIs to add to the app registration. Requires platform
to be specified
-p, --platform [platform]
Platform for which the redirectUri
should be configured. Allowed values spa,web,publicClient
--redirectUrisToRemove [redirectUrisToRemove]
Comma-separated list of existing redirect URIs to remove. Specify, when you want to replace existing redirect URIs with another
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
User management enhancements - Azure Active Directory
This article describes how to use the user management enhancements in the admin center for Azure Active Directory (Azure AD), part of Microsoft ......
Read more >Connect Your App to Microsoft Azure Active Directory - Auth0
Register your app with Azure AD ; Redirect URI, Select a Redirect URI type of Web, and enter your callback URL: https://YOUR_DOMAIN/login/callback ....
Read more >Release notes for macOS - Zoom Support
This article contains information about recent changes to the Zoom app for macOS, including new and enhanced features, updates to existing ...
Read more >Active Directory Management Tool | Active Roles - One Identity
Extend and enhance native capabilities of Active Directory and Azure Active ... Active Roles is optimized to serve the needs of both on-prem...
Read more >Configure | Citrix Workspace app for Windows
When upgrading Citrix Workspace app, add the latest template files to local GPO ... Multi-monitor enhancement can be disabled by setting the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Updated spec to support multiple redirect URIs
My original idea was that you’d create the app with the necessary URLs and then only need to adjust one, like the one related to a tunnel that you’re using. There’s no reason not to support multiple URLs though. We have the code already so could definitely add it if it makes other scenarios possible.