打开 关闭

SSO and window authentication on ABP #2136


User avatar
0
LawrenceKwan 创建

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 答案
  • User Avatar
    0
    liangshiwei 创建
    支持团队 Fullstack Developer

    Hi,

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

  • User Avatar
    0
    LawrenceKwan 创建

    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 创建
    支持团队 Fullstack Developer

    hi

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

  • User Avatar
    0
    LawrenceKwan 创建

    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 创建
    支持团队 Fullstack Developer

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

Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11