Base solution for your next web application
Open Closed

Instruction for ADFS WsFederation #6765


User avatar
0
fguo created

I am using Core+Angular v6.7.0 and trying to connect it to our on-premises ADFS. My ADFS on server is working. I can directly sign-on from page: https://MyDomain/adfs/ls/idpinitiatedsignon, but I am not sure how to configure AspNetZero to connect to it. I tried some guess work, but all failed to work. Do you have a step-by-step instruction about it?

I guess the "WsFederation" section in appsettings.json is about it, but I am not sure the following:

  1. how to set "Authority", "ClientId", "Tenant", and "MetaDataAddress"?
  2. how to configue the "Relying Party Trusts" and "Claims Provider Trust" in ADFS server to match ASPNETZero's configuration?
  3. Dose anywhere alse need to be "switch on"?

Thanks,


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

    Please follow this issue: https://github.com/aspnetzero/aspnet-zero-core/issues/2313