简体   繁体   English

Android应用程序上的adfs登录身份验证

[英]adfs login authentication on android application

I was working on an android application but for the sign in i need to sign in using ADFS . 我正在使用android应用程序,但要登录,我需要使用ADFS登录。 I have tried using Facebook and Twitter sign in and it worked but there is no official documentation to integrate through ADFS . 我已经尝试使用Facebook和Twitter登录并且可以正常工作,但是没有官方文档可以通过ADFS进行集成。 Can anyone help me on the same? 有人可以帮我吗?

Search for Active Directory Authentication Library (ADAL) for Android. 搜索适用于Android的Active Directory身份验证库(ADAL)。 This uses OAuth to get JWT tokens for your web services. 这使用OAuth来获取Web服务的JWT令牌。

https://msdn.microsoft.com/en-us/library/dn633593.aspx https://msdn.microsoft.com/zh-CN/library/dn633593.aspx

Thanks //Sam (@MrADFS) 谢谢//萨姆(@MrADFS)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM