You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a difficult time getting this sample to work with ADFS. On my iOS device, the login page is opened up (for my Active Directory). However, the app never seems to get to the "success" part of the code.
Any guidance would be most appreciated.
The text was updated successfully, but these errors were encountered:
I answered to your private support ticket, but I'd like to follow up with some questions:
Is the sample runnable with your AD FS configuration in the AppBuilder simulator and in other platforms (Android)?
Are you able to see any debug information in the console output of your AppBuilder client?
Can you open the authorization page and authenticate in Safari? Add the following code in identity-provider.js:
ref = window.open(authorize_url, '_system', 'location=no');
This code will open the authorization page in the system browser which may provide more information about the behavior.
Can you reach and get response from the authorization endpoint by opening the authorization URL directly in Safari (not from the app)?
I added some improvements in the logic of the app that help catch any errors in page loading (by subscribing to the 'loaderror' event).
Could you please try this on your side and tell me how it goes? I'd like to continue the communication in your private support ticket. Once the issue is resolved I will also post the result here.
I'm having a difficult time getting this sample to work with ADFS. On my iOS device, the login page is opened up (for my Active Directory). However, the app never seems to get to the "success" part of the code.
Any guidance would be most appreciated.
The text was updated successfully, but these errors were encountered: