Base solution for your next web application
Open Closed

Need help for ADFS configuration #9645


User avatar
0
FIMAPP created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? - AspNetZero version 8.2.1
  • What is your product type (Angular or MVC)? - MVC+JQUERY
  • What is product framework type (.net framework or .net core)? - .NetCoreFramework

Issue

We need one help for enabling ADFS setting from admin for tenants. In the admin settings section, there should be a tab having a list of all tenants, and along with that we should have a checkbox for enabling and disabling the ADFS functionality for tenants.


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

    Hi @FIMAPP

    Currently ADFS settings are stored in appsettings.json and it will be activated for all users (Host & Tenants). If you want us to implement this feature, could you create an issue on GitHub ?

    If you want to implement this yourself, you can take a look at AspNet Zero's default OpenIdConnect implementation.