@Greg Yvkoff
Thank you for your post!
1.On your Key Vault resource -> Export Template, you should see what you posted above. Copy and paste the ObjectIDs to a Notepad/Text Editor.
*To find your tenantID just go to Azure Active Directory - Overview
"tenantId": "...15719",
"accessPolicies": [
{
"tenantId": "...15719",
"objectId": "...8c82-7bb34af3111d",
"permissions": {
"keys": [
"Get",
{
"tenantId": "...15719",
"objectId": "...-e910c23d7f14",
"permissions": {
"keys": [
"Get",
{
"tenantId": "....15719",
"objectId": "....-e37a329f3d53",
"permissions": {
"keys": [
"Get",
2.Navigate to your Key vault "Access Policies" -> Look at the apps and users that you have assigned to this Key Vault.
3.You can find the user by going to:
Azure Active Directory -> Users -> Search (name or email address)/Select the user that was under the Key Vault Access Policies.
4.For App registrations, this should be the Service Principle object of your App registration, go to:
Azure Active Directory -> Enterprise Applications -> Search/Select the app name (i.e. jtGraph)
5.For other Azure resources, the name associated to the access policy should be the same as your Azure resource.
If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.