Receiving this error when i clicked "Manage" on the Microsoft App Id section

Receiving this error when i clicked "Manage" on the Microsoft App Id section

@iamvista-3504 Thanks for the question. Can you please add more details about the level of access that you are currently assigned.
As shown below we could the see "Manage" on the Microsoft App Id section.

@ramr-msft Im currently using the owner account. But im not sure why it says the insufficient privilege even though its the owner account
Or is it because im currently using a free trial on azure portal?
I'm wondering if this issue is resolved as I am having the same issue. I followed this link: bot-service-quickstart-registration
to create a "Azure bot" using owner account but cannot access any of the links after I select "manage" under settings->configuration with the same error being reported in this question.
Thanks
Hi sir @ramr-msft to give you an update i think i know where this is coming from. I think i need to setup a key vault and certificate for me to access this? correct me if im wrong. Can you give me reference on how can i do this. Thank you.
@iamvista-3504 Thanks, Here is the link to doc to setup a key vault and certificate. Please feel free to raise an issue with tag "azure-key-vault" or in the document.
Hello everyone: At the moment I have the same problem, but I have reviewed and added the permissions, I attach the image. I am using the endpoint of creating users and updating. Could you tell me if I need any other permission. What I can do is make get but not the post and patch
Base URL: https://graph.microsoft.com/v1.0/users
body
{
"passwordPolicies": "string",
"State": "string",
"mailNickName": "string",
"passwordProfile": {
"password": "string"
},
"userPrincipalName": "string",
"givenName": "string",
"mail": "string",
"accountEnabled": "string",
"city": "string",
"country": "string",
"department": "string",
"displayName": "string",
"faxNumber": "string",
"surname": "string",
"mobilePhone": "string",
"officeLocation": "string",
"businessPhones": "string",
"postalCode": "string",
"streetAddress": "string",
"jobTitle": "string",
"usageLocation": "string",
"preferredLanguage": "string"
}

8 people are following this question.