I am working on – Using azure key vault in web application. Implemented steps below, but getting error.
Steps:
- Created azure active directory and added application in this directory. (copied - Client id and key)
- Created azure key vault using power shell in the same subscription. (Successfully created key vault, along with some keys).
- In web application code implemented using azure key vault library. But getting error saying that : -
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: