It is easy to use only Azure AD as authentication method.
In my case I need to use both Azure AD (for internal users) and Azure AD B2C (for external users).
I need to have both buttons in my custom pages in the form of a button of a link itself.
Is there a way to achieve this ??
For now I have put Azure AD B2C as default authentication method and whenever I click on the Sign-In button it automatically redirects to the login of Azure B2C which is what I wanted for external users.
All that remains now is for me to put a link somewhere, in the footer for instance, for internal users to login using Azure AD.
The link should do the same thing that the Azure AD button used to do in the default sign-in page.
Any pro developers of PowerPage plz help, I am new to this platform.