0
ashgadala created
HI Support,
we would like to implement the ADFS authentication for ASP.NETzero core jQuery multi tenant app .
Thank you Avi
2 Answer(s)
-
0
To configure ADFS login, you need to set the following settings in your web.config file.
<add key="ExternalAuth.WsFederation.IsEnabled" value="false" /> <add key="ExternalAuth.WsFederation.MetaDataAddress" value="" /> <add key="ExternalAuth.WsFederation.Wtrealm" value="" />
<a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Mvc-Angularjs#active-directory-federation-service-adfs-login">https://aspnetzero.com/Documents/Develo ... adfs-login</a>
-
0
Hi,
By the way, this is not released for ASP.NET Core & jQuery version of AspNet Zero yet. You can take a look at this issue <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/307">https://github.com/aspnetzero/aspnet-ze ... issues/307</a>.