Results 16 comments of pawepaw

Yes I'll post source code of my startup file in few minutes.

It looked like this: ``` var factory = new IdentityAdminServiceFactory(); factory.Configure(); app.UseCookieAuthentication(new CookieAuthenticationOptions() { AuthenticationType = "Cookies", LoginPath = new PathString("/api/account/ntlmlogin"), ReturnUrlParameter = "redirectUrl", Provider = new CookieAuthenticationProvider() { OnApplyRedirect...

I've seen that underneath AdminHostSecurityConfiguration is Oauth2 authorization server. It seems complicated and confusing. Maybe it'd be better if there will be more documentation with samples.

Yap but this is ADFS. It's shown in official demo how to setup id mgr/admin with adfs. I wanted to use pure AD/windows auth.

You don't need to host admin and server on the same host. You just need to have access to identity server database.

Don't get what you want to do. You want to authorize access to database using identity server?