jospete

Results 10 comments of jospete

Just tried this branch with a newer ionic (6.x) / angular (13.2.x) app, and this works perfectly with the exception of an initial build error: ``` Error: src/app/_generated/openapi/core/request.ts:209:5 - error...

Managed to get Android working with Android ADAL 2.0.3-alpha on [this fork](https://github.com/jospete/azure-activedirectory-library-for-cordova). Going through all of the ADAL sources and this plugin's implementation has me thinking that ADAL isn't really...

Just updated ADALiOS to 3.0.0-pre.2 and it works as expected for B2C, will have this in the patched plugin soon

After learning a significant amount about how this plugin works and how it interacts with the ADAL libraries, the differences between the current plugin state and what B2C requires will...

To answer your question about ADALiOS 2.2.2, I pulled the sample for that tag from [here](https://github.com/AzureAD/azure-activedirectory-library-for-objc/tree/2.2.2) and there doesn't seem to be a place to put a custom policy, so...

Update on plugin v0.7.2-dev - I've successfully gotten my custom policy to show in the prompt using these parameters: ``` javascript var opts = { tenant: "*******.onmicrosoft.com", resourceUrl: "https://login.microsoftonline.com", redirectUrl:...

Same issue on iOS: > 2016-08-18 10:41:27.162 VerifEye[1103:4119518] AzureB2C.acquireTokenAsync()... > 2016-08-18 10:41:45.388 VerifEye[1103:4120417] ADAL [2016-08-18 15:41:45 - C6375BDD-C65F-4BC7-9B2C-E2307C951146] ERROR: Error raised: (Domain: "ADOAuthServerErrorDomain" Code: AD_ERROR_SERVER_OAUTH ProtocolCode: "invalid_grant" Details: "AADSTS70000: Authentication...

@sgrebnov I think updating the libraries appropriately will fix the Oauth2 problems listed above, but as you said, the library updates will entail some fairly significant plugin changes as far...

@EatonIoT If you're talking about the sample on my fork, I didn't update it to work with the patch. Try following the installation and sample usage on the [patched readme](https://github.com/jospete/azure-activedirectory-library-for-cordova#installation)...

@matteobortolazzo Doesn't look like either of the native libraries fixed the oauth [url issue](https://github.com/AzureAD/azure-activedirectory-library-for-cordova/issues/85#issuecomment-240732936) for B2C. For reference, here's the culprit code I ran into back when this was breaking...