'Azure Web Service and "Add Identity Provider": Create new app registration is disabled
I want to implement secure app auth follow on https://docs.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service
When I try to add an identity provider, I see, that "Create new app registration" is disabled
why so and how to implement it? Thank you!
Solution 1:[1]
- I have tried to add authentication by following the given document.
Create new app registrationis enabled for me.
- As per scottwtang comment,
in the Configure Azure AD authentication for your App Service application, it clearly says that - the option to
create a new registrationis not available for government clouds. - In such cases, we need to define a registration separately.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | HarshithaVeeramalla-MT |


