简体   繁体   中英

Application manifest for azure enterprise applications

I have an enterprise application hosted with azure. Authentication page is refreshing again and again even after putting credentials and users are not able to log-in. I tried to resolve this issue by following this document . But as my application is an enterprise application , I can not see any manifest file in azure portal. Can some expert help me to find and edit manifest file for enterprise application?

I just tested in my tenant and can see the manifest for one of my enterprise applications. You need to do it from the App Registrations section.

Go to Azure Active Directory > App registrations > Select "All apps" from the dropdown > click into the enterprise application that you have registered under that tenant.

在此输入图像描述

Have you looked at the Enterprise application properties to see which Azure AD is the publisher for that application?

One possible reason could be that the application is Multi-tenant and the Azure AD that you're looking in is just a tenant using the application and not really the Azure AD that has published the application.

Application registration will exist only in the publishing Azure AD. (you can reach the manifest there, assuming you have appropriate permissions in the publishing Azure AD)

Enterprise Application > Properties (Notice the Publisher )

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM