I'm trying to create a people picker component in asp.net framework project hosted through azure web app service. I'm logging in to the application using Microsoft Identity Platform. I used mgt-people-picker
component but the issue I'm facing with it is I've to use mgt-login
explicitly to log in and search for user in mgt-people-picker
. I'm using msal-provider
with single tenant type. Can anybody please help on this how to use mgt-people-picker
without explicitly logging in and or is there any other solution to use people picker component in azure hosted website which does not have reference to sharepoint people picker ?
Thank You in advance !!