I am developing a spring boot(backend) + angualr UI application.
(我正在开发一个spring boot(后端)+ angualr UI应用程序。)
This application is going to be used within domain network and outside from internet. (此应用程序将在域网络内部和Internet外部使用。)
I want all users who are connected to domain to access this application without providing any username/password. (我希望所有连接到域的用户都可以访问此应用程序,而无需提供任何用户名/密码。)
user should be authenticated against windows active directory automatically. (用户应自动针对Windows Active Directory进行身份验证。)
when user tries to access the application from internet I want basic authentication to be used. (当用户尝试从Internet访问应用程序时,我希望使用基本身份验证。)
I am not sure how to do this in spring boot application. (我不确定如何在Spring Boot应用程序中执行此操作。)
Any guidance on this would be useful. (关于此的任何指导将是有用的。)
ask by Arul translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…