Enhancement: Extend 'aad app set' with ability to pass the application manifest
See original GitHub issueBased on the discussion in #3035, extend the aad app set
command with the ability to pass the Azure AD application manifest.
Option | Description |
---|---|
–manifest [manifest] | Azure AD app manifest as retrieved from the Azure Portal to update the app registration |
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Understanding the Azure Active Directory app manifest
Detailed coverage of the Azure Active Directory app manifest, which represents an application's identity configuration in an Azure AD tenant ...
Read more >Security tips - Android Developers
Signature permissions are transparent to the user and allow access only by applications signed by the same developer as the application ...
Read more >Enhancing Azure AD B2C Behavior with Custom Policies
Are you are using, or even plan to use, Azure Active Directory B2C for Identity and access management in your apps? If so,...
Read more >Azure Active Directory authentication - Octopus Deploy
Configure AAD to trust your Octopus Deploy instance by setting it up as an App in AAD. Optionally map AAD Users into Roles...
Read more >APP-006 Application for Extension of Time to File Brief (Civil ...
(number of extensions): extensions from the court totaling (total number of days): filed on (date):. Notice: Please read Judicial Council form APP-001 before ......
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
Great suggestion! Let’s get it in! Perhaps an important detail to mention is that in this case the values from the manifest are not additive but represent the desired state. In other words, if you have a redirect URI, and the manifest has two different redirect URIs, then after running this command, the AAD app should have only the two redirect URI from the manifest and nothing else.
@martinlingstuyl apologies for the delay, i will try to get to this towards the weekend. If I am unable to, i will make this available to be picked up by someone else…thanks 😃