I was following the below link to setup the Azure AD B2C- with Graph API setup
I was able to proceed with powershell command settings, but when I try with the application, when it executes the below code,
authContext.AcquireToken("https://graph.windows.net", credential);
getting error like below, what is wrong with this ?
AADSTS70001: Application with identifier '33d8d9ba-8c07-462a-8936-23387ddb4x5e'
was not found in the directory abc.onmicrosoft.com
Trace ID: b858d725-fbaa-4a39-8da1-84ef2a82a0a9
Correlation ID: da7c254e-a10e-4df6-9965-215685447e74
Timestamp: 2016-03-29 06:40:23Z
How to resolve this. Any inputs appreciated.
33d8d9ba-8c07-462a-8936-23387ddb4x5e
? – Lily_user4045