Adoxio / xRM-Portals-Community-Edition

The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
MIT License
107 stars 60 forks source link

External Login Unavailable #52

Closed DaveStabilify closed 6 years ago

DaveStabilify commented 6 years ago

Even though the Site Settings Authentication/Registration/AzureADLoginEnabled and Authentication/Registration/ExternalLoginEnabled are set to true, the SignIn form does not display the credential form controls under Sign in with an external account. (It works fine when using the Microsoft-hosted version).

Any ideas? BTW I apologize up front if this a simple config setting that I missed. image

amervitz commented 6 years ago

Please look at the source code to see the logic that controls that section and determine how it works and whether there is a bug in respecting those settings.

DaveStabilify commented 6 years ago

Thanks but I already did that and can't seem to find where/how that is controlled. That is why I posted this issue here.

amervitz commented 6 years ago

I think the use of only those settings is specific to the Microsoft hosted version, I see code indicating extra required information is being obtained from app settings that must be getting populated automatically during the portal add-on provisioning process.

You could instead try following the Configure Open ID Connect provider settings for portals documentation which describes the procedures and settings used for setting up Azure Active Directory as an identity provider.