I am using python flask to develop web services. I want to make web service secure. Need to consume those from Ajax.
I have tried Okta integration but as it is depends on redirect I couldn't achieve the integration. I am thinking to go for windows authentication with our org ldap directory.
Getting windows username and password from windows logged in user and authenticating with ldap.
Could anyone please help me how to achieve it or please post the suggestions for better solution.
