A Alisson Active Member Licensed User Jan 26, 2016 #1 Hello everyone Must authenticate intranet to read the rss: http://www.site.com.br/ The authentication uses active directory: User: domain \ user password: password Is there a topic on Authentication in AD? Thanks very much
Hello everyone Must authenticate intranet to read the rss: http://www.site.com.br/ The authentication uses active directory: User: domain \ user password: password Is there a topic on Authentication in AD? Thanks very much
Erel B4X founder Staff member Licensed User Longtime User Jan 26, 2016 #2 I don't think that there is any library available for Active Directory authentication. Upvote 0
A Alisson Active Member Licensed User Jan 26, 2016 #3 Maybe alter the header, the app authenticantion in web system. Because, the header is same, but change some parameters. Upvote 0
Maybe alter the header, the app authenticantion in web system. Because, the header is same, but change some parameters.
Erel B4X founder Staff member Licensed User Longtime User Jan 26, 2016 #4 You can use OkHttpUtils2 to send requests with any header you need. I'm not familiar with AD so it is hard for me to say what exactly you need to do. Upvote 0
You can use OkHttpUtils2 to send requests with any header you need. I'm not familiar with AD so it is hard for me to say what exactly you need to do.
A Alisson Active Member Licensed User Jan 26, 2016 #5 Understand! but thank very much by feedback!! Upvote 0
B b4auser1 Well-Known Member Licensed User Longtime User Jan 27, 2016 #6 You can use HTTPUtils2 (OkHttp) to download a file as described in Active Directory Authentication to check validity of AD user/password. Upvote 0
You can use HTTPUtils2 (OkHttp) to download a file as described in Active Directory Authentication to check validity of AD user/password.