AppAuth-iOS icon indicating copy to clipboard operation
AppAuth-iOS copied to clipboard

Login screen disappears with save to iCloud Keychain displayed

Open LeoSnek opened this issue 3 years ago • 4 comments

Immediately after log in the save to iCloud Keychain action sheet is displayed but the viewcontroller is dismissed automatically meaning the user doesn't get to choose.

f3pQx

Is there a way to wait until they have made their selection before dismissing the VC?

LeoSnek avatar Nov 11 '20 16:11 LeoSnek

I am also experiencing this issue. Any hints how to fix this issue?

dehlen avatar Mar 17 '21 11:03 dehlen

@dehlen I haven't yet found a solution to this unfortunately, I will have to come back to it eventually though so I hope someone might be able to find a viable solution.

LeoSnek avatar Mar 18 '21 13:03 LeoSnek

I just found this thread https://github.com/AzureAD/microsoft-authentication-library-for-objc/issues/848#issuecomment-790068352 and also https://developer.apple.com/forums/thread/110670. So seems like no solution at the moment :/

dehlen avatar Mar 18 '21 14:03 dehlen

Thanks for that, that thread links back to this repo too: https://github.com/openid/AppAuth-iOS/issues/78

We're using the same login screen so we may end up having to use a server-end solution like they have suggested. Others might still need a solution if they're logging into sites outside of their control.

LeoSnek avatar Mar 18 '21 14:03 LeoSnek