Hi,
I knew that Tony already asked the question for provider-hosted app here. However, the issue is worst for SharePoint hosted app. Let's take the following scenario:
- I installed 4 apps to a SharePoint site.
- For each app, I add the app part to the site's homepage.
- Since each app has a separate URL (ex. http://app-{appid}.appdomain.com), the login prompt will appear 4 times, one for each app.
This is not ideal for the end users, especially if this is an Intranet but hosted in Office 365. The best solution I have so far is
- Add the wildcard app domain URL (ex. http://*.appdomain.com) to the Intranet Sites in IE
- After that, for each login prompt, enter the username/password and check "Remember my credential". This will save the entered credential for EACH app to the credential manager.
- Every new app I add later, the user will get login prompt again at least once.
Is there any better solution than this?
Regards,
Phi