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.

Extend `aad app add` to add certificate to AAD App while creating the App

See original GitHub issue

Create 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
martinlingstuylcommented, Mar 31, 2022

There it is guys, as promised! 🚀

on to the next

1reaction
arjunumenoncommented, Mar 30, 2022

Hi @martinlingstuyl - Please note that the spec for this issue is updated based on this conversation

Read more comments on GitHub >

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

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