question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New command: Ensure that the particular Azure AD app registration exists and updates its properties if necessary

See original GitHub issue

Usage

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:open
  • Created 2 years ago
  • Reactions:1
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
vipulkelkarcommented, Jul 2, 2022

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.

2reactions
vipulkelkarcommented, Mar 9, 2022

Using the set command as-is in ensure makes sense. My vote is to extend set command to accept the manifest.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found