Does anyone know if the following is possible?
Yes, you can use AD as an identity provider in IdentityServer. Take a look at mclark1129 IdentityServer4.Applies a repo for an example. You can see the claims generated in the AccountController.
Although this example uses Azure AD, it uses it as a generic OpenIdConnect provider. If you are using the version of AD and Active Directory Federation Services (ADFS) that support OpenIdConnect, you can configure this upstream OpenIDConnect authentication provider .
Source: https://habr.com/ru/post/1258699/More articles:Python 3 - TypeError: a byte object is needed, not 'str' - python-3.xHow to create a link to a file in a PhpDoc block or comment in PhpStorm? - phpstormWildcard for angular 2 router does not work properly - angularTestNG Reporter org.testng.reporters.JUnitReportReporter@7a79be86 failed to execute java.util.ConcurrentModificationException - seleniumFixed width for the first column of a table - htmlGet second td from tr using jquery - jqueryIs this a scala specialized bug? - scalaEntity Framework - Use Dynamic Oracle Provider Connection String - c #Using std :: function to wrap a function object - c ++Angular 2 How to implement multiple layout components - angularAll Articles