asp.net core - Use IdentityServer4 with external Active Directory on Windows Server 2008R2 -
an external partner wants authenticate on our systems, using active directory. want use active directory external provider in identityserver4. unfortunately ad @ location runs on windows server 2008r2 (functional level 2003) our best options here integrate identityserver4?
simply "turn on" windows authentication in identityserver.
see docs: https://identityserver4.readthedocs.io/en/release/topics/windows.html
if windows authentication should happen on different machine 1 (main) identityserver installed, create "mini identityserver" runs on machine joined right domain , federate using openid connect.
the whole purpose of "mini is" turn windows token jwt (very similar adfs in nutshell).
Comments
Post a Comment