Hi,
We are using AppAuth-iOS for authentication using Keycloak. There is an issue that we are facing in getting Auth callback from the webview.
When we try to authenticate the user, webview is launched and keycloak login page is presented.
On login, flow continues on the webapp and does not return the callback to the app with the access token.
However, on cancel click on webview, callback is triggered on the app with the error ( Authorization error: The operation couldn’t be completed. (org.openid.appauth.general error -3.).
Any help/suggestions is much appreciated.
Thanks