I am going to implement SSO and window authentication. Are there have standard way on abp commercial module? liike identidy server stc. Are any suggestion on implement SSO and window authentication on ABP web?
- ABP Framework version: v4.4.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): depends (planning to do)
5 Answer(s)
-
0
Hi,
Can you check this: https://github.com/abpframework/abp/issues/8289?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Can you check this: https://github.com/abpframework/abp/issues/8289?
Hello, I see there is some coding add to abp framwork but no way to enable it , any recommendation?
I see window authentication is highly related to IIS, it should need to config on IIS
I am trying to do it on web page and will update later
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
https://github.com/abpframework/abp/pull/8419
I had exaclty added the code in cofiguration but no window buttion show up
context.Services.Configure<IISServerOptions>(iis => { iis.AuthenticationDisplayName = "Windows"; iis.AutomaticAuthentication = false; });
I added in ConfigureExternalProviders and hide all other social media option, showing this
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)