Base solution for your next web application
Open Closed

Authentication via ADFS #8355


User avatar
0
atlasair created
  1. How do I go about implementing ADFS for authentication for single sign on? I am new to using AspNet Zero.

  2. Is there sample code for the different features?

  3. Is there support for Offline cache? We have situations where users will not have an internet connection and would need to sync up once they do. Something along the lines of Firebase?

  4. We are using the generated code for Web.Mvc and we can not access a database directly (Company Policy). The generated code for the Web.Mvc references Web.Core and that references EF. How do we solve this?

Thanks Matt


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

    Hi @atlasair

    Sorry for our late response.

    1. You need to configure ADFS information in appsettings.json, see Documentation
    2. Could you explain it a bit more detailed ?
    3. No, it is not included by default.
    4. Instead of using current AppService implementations in *.Application project, you need to implement proxy app service implementation for app services (see https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Application.Client/Sessions/ProxySessionAppService.cs).

    If you can send an email to [email protected] about #4 we can write you a more detailed solution.

    Thanks,

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.