Extend `aad app add` to add certificate to AAD App while creating the App
See original GitHub issueCreate the option of adding the certificates to the Azure AD App while creating the App using the command aad app add
.
Following would be the expected options for the command.
Option | Description |
---|---|
--certificateFile [certificateFile] |
Path to the file with certificate private key. Specify either certificateFile or certificateBase64Encoded |
--certificateBase64Encoded [certificateBase64Encoded] |
Base64-encoded string with certificate private key. Specify either certificateFile or certificateBase64Encoded |
--certificateDisplayName [certificateDisplayName] |
Display name for the certificate. If not given, the displayName will be set to the certificate subject |
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Create an Azure AD app and service principal in the portal
Option 1: Upload a certificate · Select Azure Active Directory. · From App registrations in Azure AD, select your application. · Select ...
Read more >app add - CLI for Microsoft 365
You can use this command to create a new Azure AD app registration either by specifying the different configuration settings through the corresponding ......
Read more >Azure App Service - RCL Docs
To create certificates for Azure App service, the Azure AAD organizational account that you use to login to RCL must either be :....
Read more >Connect Your App to Microsoft Azure Active Directory - Auth0
Create and configure an Azure AD Enterprise Connection in Auth0. Make sure you have the Application (client) ID and the Client secret generated...
Read more >Azure AD Application Credentials and Management
Open 'Azure Active Directory' by searching for it, unless it is already in your top nav bar. · Choose 'App Registrations' from 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
There it is guys, as promised! 🚀
on to the next
Hi @martinlingstuyl - Please note that the spec for this issue is updated based on this conversation