问题描述
你好,
我面临一些严重的问题,影响了我的项目的交付.因此,尽快寻求您的帮助.
Hello,
I am facing some serious issue which impacting the delivery of my project. Hence looking for you kind help ASAP.
实际上,我试图将最新版本的ADAL库实现到我的iOS代码中.成功登录后,我同时获得了只有8个字母数字字符的访问令牌和刷新令牌.
Actually I was trying to implement the latest version of ADAL library into my iOS code. After successful login, I am getting both of the access token and refresh token of only 8 alpha-numeric characters.
在使用Android版本库的同时,我获得了一些更大的访问令牌和刷新令牌,可以成功对其进行解码使用jwt.io.另一方面,我的代币 如果是iOS,在尝试使用jwt.io解密时无法识别
Whereas, while I am using the Android version library, I am getting some bigger access token and refresh token, which can be successfully decoded using jwt.io. On the other hand, the token that I got in case of iOS, is not recognised while tried to be decrypted using jwt.io
请帮助我了解具体情况.
N.B. iOS ADAL库版本为2.6.3,Android ADAL库版本为1.14.+
Please help me to understand what exactly is happening.
N.B. iOS ADAL library version is 2.6.3 and Android ADAL library version is 1.14.+
推荐答案
https://msdn.microsoft.com/zh-in/library/dn531009.aspx?f=255&MSPPError=-2147217396
https://msdn.microsoft.com/en-in/library/dn531009.aspx?f=255&MSPPError=-2147217396
https://github.com/AzureAD/azure-activedirectory-library-for-objc
https://github.com/AzureAD/azure-activedirectory-library-for-objc
https://github.com/AzureAD/azure-activedirectory-library-for-android
https://github.com/AzureAD/azure-activedirectory-library-for-android
这篇关于AuthToken由8个字母数字字符组成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!