New command: Ensure that the particular Azure AD app registration exists and updates its properties if necessary
See original GitHub issueUsage
m365 aad app ensure [options]
Description
Ensures that the particular Azure AD app registration exists and updates its properties if necessary
Options
Option | Description |
---|---|
--manifest <manifest> |
Azure AD app manifest as retrieved from the Azure Portal to configure the app registration from |
Additional Info
The command is a combination of aad app get
, aad app add
and aad app set
.
This command checks if an Azure AD app registration with the specified ID exists.
If no Azure AD app registration is found, this command will create one using the information from the manifest.
If an Azure AD registration is found, this command will update its properties using the information from the manifest.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Create an Azure AD app and service principal in the portal
There is no way to directly create a service principal using the Azure portal. When you register an application through the Azure portal,...
Read more >Enhancement: Extend 'aad app set' with ability to pass the ... - GitHub
New command : Ensure that the particular Azure AD app registration exists and updates its properties if necessary #3035.
Read more >Connect Your App to Microsoft Azure Active Directory - Auth0
Claims returned from the Azure AD enterprise connection are static; custom or optional claims will not appear in user profiles. If you need...
Read more >Configure Microsoft Azure AD for External OAuth
If you already have an Azure AD authorization server and client configured, it is not necessary to complete all of the steps below....
Read more >Azure AD Service Principals: All you need to know!
To do that, go to the App Registration settings in Azure AD, make sure 'All Applications' is selected and select the service principal...
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
Hi @martinlingstuyl , this issue is waiting on #3153 as mentioned above, which is still in progress. . The mention of #3333 (which originated from this issue) might have caused the confusion.
Using the
set
command as-is inensure
makes sense. My vote is to extendset
command to accept the manifest.