Thanks for the suggestion, will try implementing the same.
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Is it possible to enable and disable social logins per tenant? I know that by enabling "AllowSocialLoginSettingsPerTenant" allows settings to be changed per tenant. But I want to enable and disable specific social login providers per tenant i.e. I want Azure AD enabled for Tenant1 but disabled for Tenant2.
"ClaimsMapping": [
{
"claim": "unique_name",
"key": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"
}
]
Adding above to appsettings.json (Inside OpenId) solved the <span class="colour" style="color: rgb(51, 51, 51);">[Problem #2]</span>