I am trying to use MSAL for Azure AD B2C authentication in Xamarin forms. I have followed this tutorial: Tutorial
But this asks to set the client id in Intent Filter. What if i am building a product and it needs to be distributed to more then one customer through public store?
Is there any way we can set the client ID programmatically? Please help. Thank you.