Luis Mesa
Luis Mesa

Reputation: 183

Azure: Configure Authentication/Authorization for API App. Express config, app not found

I'm trying to configure AAD Authentication for an API App. So:

  1. I go to AAD, App Registrations, New application registration, and register a new app foo-webapi:

  1. Go to API app, Authentication/Authorization, Click 'On'; select 'Log in with Azure Active Directory', click Azure Active Directory Authentication Provider

  1. In AAD Configuration, click 'Express', click 'Select Existing AD App', and search for foo-webapi, and none is found

  1. I try creating it just in case!?, but it obviously complains of an existing app with that name

Could anyone please help in making sense of this?

Note: I'm aware of the fact that I can create it directly from here, rather than do it previously, but authentication won't work in this fashion, which will probably be my next question, but this fact I'm describing is a symptom that I don't completely understand these features.

Thanks so much

Upvotes: 1

Views: 88

Answers (1)

Joey Cai
Joey Cai

Reputation: 20067

If you want to configure authentication for your application, please follow the Manual approach mentioned here. I have done this to my App service and its working fine.

Upvotes: 0

Related Questions