I am working on – Using azure key vault in web application. Implemented steps below, but getting error.
Steps:
AADSTS70001: Application with identifier 'c4687eec-d6f1-420a-8d25-9be20a78c98a' was not found in the directory a7682f3c-49a6-41f1-9865-343579044071
Trace ID: b3653879-9603-4c10-a620-ded52f5c5d05
Correlation ID: b740d27e-ab99-4f0a-9cec-9d57c4acc2d7
Timestamp: 2015-11-19 06:36:32Z
This application exists in active directory in the same subscription.
Referred links:
You say you've Created azure active directory and added application in this directory
.
This means you've registered your application in the non-default directory for the subscription. Due to a limitation in Azure KeyVault, you can only authorize applications in the default directory to use KeyVault.
See this page for an official source. You can vote to have this issue fixed here.