is it using SafarWebViewController or WKWebview for showing Okta login page?
Opened this issue · 1 comments
Deleted user commented
Can someone please tell which methodology it is using? Whether it is using SafarWebViewController or WKWebview?
oktaOidc.signInWithBrowser(from: viewController) { stateManager, error in
if let error = error {
// Error
return
}
oleggnidets-okta commented
Nice question.
Based on system version:
- iOS 9-10 -
SFSafariViewController
- iOS 11 -
SFAuthenticationSession
- iOS 12-latest version -
ASWebAuthenticationSession
For technical details investigate the method.