-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the purpose of creating an AAD application? #11925
Comments
Thank you for contacting us! Any issue or feedback from you is quite important to us. We will do our best to fully respond to your issue as soon as possible. Sometimes additional investigations may be needed, we will usually get back to you within 2 days by adding comments to this issue. Please stay tuned. |
@yunbozhang-msft In general, the app created by Can you share which sample or template you're trying? I can share where are the 2 AAD apps used if you're interested in. |
Hi @blackchoey thanks for your help. Actually, I question is can I change to use certificate in aadApp/create? Instead of client secret. Thanks! |
@yunbozhang-msft Seems the app does not call external APIs. You could try to delete the For using certificate, you can absolutely use it to replace client secret in your code. |
Created OfficeDev/Microsoft-Teams-Samples#1311 to update the sample. Please let us know if you have further questions. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
Due to lack of details for further investigation, we will archive the issue for now. In case you still have following-up questions on this issue, please always feel free to reopen the issue by clicking ‘reopen issue’ button below the comment box. We will get back to you as soon as possible. |
Discussed in #11924
Originally posted by yunbozhang-msft June 29, 2024
Hi team,
Since ClientSecret cannot be used and the only way to authenticate is through certificates, I would like to know what is the use of creating an AAD App here? Can it be deleted? Because I found that we already have botAadApp.
Thanks!
The text was updated successfully, but these errors were encountered: