Enhancement: extend `aad app add` with support for app roles
See original GitHub issueRaised from https://twitter.com/wictor/status/1349697060187107331
We should research the opportunity to extend the aad app add
command with support for specifying app roles. Before we proceed with implementation, let’s sync on the approach and spec.
Thanks for bringing it up @wictorwilen 👏
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Add app roles and get them from a token - Microsoft Entra
Learn how to add app roles to an application registered in Azure Active Directory. Assign users and groups to these roles, and receive...
Read more >Azure AD Enhancements Bring Expanded Support for Auto ...
Automating app provisioning with Azure AD has some benefits for organizations. It eases the adding and removing of user access to those apps....
Read more >Enhancing Azure AD B2C Behavior with Custom Policies
Custom policy files · Base file — contains most of the definitions. · Extensions file — holds the unique configuration changes for your...
Read more >Azure Active Directory authentication - Octopus Deploy
If you want to manage user/team membership via AAD, you must configure Roles for your App. To add Role(s), you can create and...
Read more >Demystifying Azure PIM: What it is, How it Works, What…
“In Azure AD, we replace the network security perimeter with ... Policy used to enforce MFA for users accessing a specific web application....
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
I’d prefer the second option with
aad app role list|add|delete|set
The
add app add
command returnsappId
but if you’re looking into extending an existing app reg then using a name is definitely easier. 👍