Open Closed

SSO and window authentication on ABP #2136


User avatar
0
LawrenceKwan created

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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Can you check this: https://github.com/abpframework/abp/issues/8289?

  • User Avatar
    0
    LawrenceKwan created

    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

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    https://github.com/abpframework/abp/pull/8419

  • User Avatar
    0
    LawrenceKwan created

    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

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    See https://identityserver4.readthedocs.io/en/latest/topics/windows.html?highlight=windows

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10