0

We have rolled out a enterprise wide portal using Azure's myapps where all the enterprise applications are registered. All the B2B users login to this portal and access the application using SSO feature(i.e it uses user's email registered in Azure AD).

i am looking to provide a simple chatbot application in the myapps portal that can resolve any issues related to login to the applications.

Chatbot can be built using powerapps platform.

But how do we integrate or make them available in the myapps portal ?

Prashant
  • 1,144
  • 8
  • 17
  • 28

1 Answers1

0

You can refer this Documation on how to add application into Azure AD which would appear automatically in myapps portal.


Can try making this setting. portal.azure.com -> Enterprise Application -> <<Your Application>> -> Self-service

  1. Set Yes to "Allow users to request access to this application?"
  2. Assign the group "To which group should assigned users be added?"
  3. Save the changes and navigate to https://myapplications.microsoft.com/

Troubleshooting links:

  1. Access panel troubleshoot application not appearing.
  2. Access panel troubleshoot unexpected application.
  • If I develop a chatbot application it will pop up automatically in myapps portal in my tenant? – Prashant Jun 03 '20 at 12:03
  • Yes, If your application has the right configuartions as mentioned in the documentations, then it will automatically appear. – Dhivya G - MSFT Identity Jun 03 '20 at 19:24
  • Sorry, could you please clarify on "right configurations" bit. – Prashant Jun 10 '20 at 06:32
  • I meant to say, if you follow the documentation step by step, your app will appear in myapps portal. – Dhivya G - MSFT Identity Jun 10 '20 at 08:11
  • Please let me know if you need any further assistance. – Dhivya G - MSFT Identity Jun 12 '20 at 22:43
  • Hi Divya - I am yet to configure the app. I will let you know once it's done. – Prashant Jun 12 '20 at 22:44
  • Hi Dhivya - I tested this today. I first built a bot using this https://learn.microsoft.com/en-us/azure/bot-service/python/bot-builder-python-quickstart?view=azure-bot-service-4.0 and deployed from command line using https://learn.microsoft.com/en-us/azure/bot-service/python/bot-builder-python-quickstart?view=azure-bot-service-4.0 . Still bot app is not visible in myapps portal. App is deployed fine, i verified it using "Test Web Chat" feature. – Prashant Jun 13 '20 at 13:16
  • @Prashant, I edited the answer with few steps, can you try those and let me know? Thanks. – Dhivya G - MSFT Identity Jun 13 '20 at 19:58
  • Sorry Dhivya. It still isn't working. Thanks for your support Dhivya so far – Prashant Jun 14 '20 at 01:24
  • Is myapplications.microsoft.com different from myapps.microsoft.com ? The former one throws an error but latter one shows my applications except the bot one – Prashant Jun 14 '20 at 01:27
  • I have added two troubleshoot links in answer for you debug. Are you using Azure AD Application for your bot? Since I don't have access to your application registration, it would be hard for me to find what is missing in the service principal settings. – Dhivya G - MSFT Identity Jun 14 '20 at 19:47
  • Yes. I am using Azure AD application. – Prashant Jun 14 '20 at 21:18
  • Hi Dhivya. I have not configured SSO for the application. I have configured a group, added a user and mapped it to application by following this procedure https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/access-panel-troubleshoot-application-not-appearing#how-to-assign-an-application-to-a-group-directly . Should the bot be configured with SSO? If so why? – Prashant Jun 15 '20 at 02:21