Hi,
I am following this article https://msdn.microsoft.com/en-us/library/azure/dn132599.aspx and going thru section “To expose a web API to other applications”
I did everything it asked me to do but still not able to see my web API is exposed to other applications in my azure directory. Can someone help?
The manifest file looks like this:
{
"allowActAsForAllClients": null,
"appCategory": null,
"appData": null,
"appId": "ef348120-dc8b-4e6f-a3b3-ad9afb3c9efb",
"appMetadata": null,
"appRoles": [],
"availableToOtherTenants": false,
"displayName": "WindowsAzureADWebAPITest",
"encryptedMsiApplicationSecret": null,
"errorUrl": null,
"groupMembershipClaims": null,
"homepage": "some url",
"identifierUris": [
"some url"
],
"keyCredentials": [],
"knownClientApplications": [],
"logoutUrl": null,
"oauth2AllowImplicitFlow": false,
"oauth2AllowUrlPathMatching": false,
"oauth2Permissions": [
{
"adminConsentDescription": "Allow the application to access WindowsAzureADWebAPITest on behalf of the signed-in user.",
"adminConsentDisplayName": "Access WindowsAzureADWebAPITest",
"id": "0a700cf3-7e41-445a-a08d-cfcd66b66edc",
"isEnabled": true,
"origin": "Application",
"type": "User",
"userConsentDescription": "Allow the application to access WindowsAzureADWebAPITest on your behalf.",
"userConsentDisplayName": "Access WindowsAzureADWebAPITest",
"value": "user_impersonation"
}
],
"oauth2RequirePostResponse": false,
"passwordCredentials": [],
"publicClient": null,
"replyUrls": [
"someURL"
],
"requiredResourceAccess": [],
"samlMetadataUrl": null,
"secretEncryptionCertificate": null,
"defaultPolicy": [],
"extensionProperties": [],
"objectType": "Application",
"objectId": "b6f276fc-bb7a-411c-ba12-fdb21b5ef785",
"deletionTimestamp": null,
"createdOnBehalfOf": null,
"createdObjects": [],
"manager": null,
"directReports": [],
"members": [],
"memberOf": [],
"owners": [],
"ownedObjects": []
}