Base solution for your next web application
Open Closed

Social Login OpenID and Federation - Tenant Specific #8679


User avatar
0
maharatha created

What changes needs to be done so that the Social Login, OpenID and Federation can be set by the Tenants as well which will ovverride App specific values.

I would like the Tenants to set values at Settings.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @maharatha

    For AspNet Zero side, those values must be stored as settings on database, so each tenant can change setting values for their accounts. But the problem is, how external auth providers should be configured. We don't know how to do that at the moment. You can check Microsoft's samples for each specific case.