Django SSO with Microsoft ADFS

前端 未结 1 1873
孤独总比滥情好
孤独总比滥情好 2021-01-01 07:24

My question may be too broad or vague, but I cannot best describe it in any other way than I am doing it.

I have multiple Django applications. I have implemented SSO

1条回答
  •  囚心锁ツ
    2021-01-01 08:04

    if Django supports SAML based login, then you set it up to trust ADFS. ADFS will automatically take care of logging in using your logged in credentials to a domain joined machine inside the corporate network. If the user accessed externally, it would prompt for password or a certificate based auth (e.g. smartcard) to login the user.

    0 讨论(0)
提交回复
热议问题