Authenticating with Active Directory via Kerberos

后端 未结 4 2103
野的像风
野的像风 2021-02-05 18:00

I\'m working on building an android application which requires different levels of authentication, and I would like to do so using Active Directory.

From what I\'ve read

4条回答
  •  耶瑟儿~
    2021-02-05 18:35

    Have you looked at using JCIFS? Based on these questions [1] [2] and this site, JCIFS works under Android. The JCIFS site has a simple NTLM Authenticator example that could help get you started. However, based on this Samba list message, you will need to use LDAP and custom code to get the user's groups.

提交回复
热议问题