openid_client
openid_client copied to clipboard
App stays in pause state
Hello,
I have implemented a PCKE flow by redirecting the user to identity provider and everything works fine. The problem I have is that if the user click back button of his phone in the webview instead of adding his credentials and log in, he returns to app but the app remains in pause state. I tried to find if the url launcher gets any parameter as a back button callback but I was not able to find something. Do I miss something?
Hey, @vaggelis2018 I have the same problem. Did you find a workaround?
I manually continue the app. I was not able to find another solution man
I manually continue the app. I was not able to find another solution man
How did you achieve this?
You should probably call the cancel
method of the Authenticator, when the user cancels the flow by pressing the back button.