leewhitbeck
leewhitbeck
@shiweiwei114 @NaveenGupta49 I am running into this issue right now using the cordova adal library. I'm in process of trying to resolve, but i'll share what I know so far....
@shiweiwei114 @NaveenGupta49 - just wanted to let you know that the claim scenario I described above worked for me. You can catch this interaction_required error and use the claim information...
@msardi23 @martinlingstuyl @smilejos . We discovered MSFT stopped supporting this library a long time ago, but just recently announced it. That is an issue because the native team modified the...
@kas84 We are using this fork right now with the latest IOS/Android using broker authentication. It is working fine except for the acquireSilentToken call which is failing for us on...
thanks @dotNetkow Do you know if Ionic is planning on adding broker based auth support? We were evaluating Auth connect, but at the we found it did not support using...
**Update**: I noticed that the jwt token generated by **acquireTokenAsync** does not include deviceId if I manually unenroll and then enroll again. I'm wondering if that finding highlights a potential...
Turns out this library needs to be updated https://github.com/AzureAD/azure-activedirectory-library-for-objc/issues/1249
@gg0305 This library is archived and they haven't been updating the acquireTokenSilentAsync signature methods. I ended up using a forked version where the signature api reflects the native acquireTokenSilentAsync api.
@fradali , [here ](https://github.com/mlynch/azure-activedirectory-library-for-cordova)is the forked repo we used. We have the app disabled, but I don't think it has fixed the UiWebView issue.
@klochko7 This library isn't supported anymore. You could try to use a forked version that has been patched to support some of the native adal api updates. If you go...