openid_client icon indicating copy to clipboard operation
openid_client copied to clipboard

App stays in pause state

Open vaggelis2018 opened this issue 3 years ago • 3 comments

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?

vaggelis2018 avatar Apr 19 '21 07:04 vaggelis2018

Hey, @vaggelis2018 I have the same problem. Did you find a workaround?

lharmsen avatar May 31 '21 14:05 lharmsen

I manually continue the app. I was not able to find another solution man

vaggelis2018 avatar Jun 04 '21 14:06 vaggelis2018

I manually continue the app. I was not able to find another solution man

How did you achieve this?

dawid-niedzwiecki avatar Nov 29 '22 13:11 dawid-niedzwiecki

You should probably call the cancel method of the Authenticator, when the user cancels the flow by pressing the back button.

rbellens avatar Dec 31 '22 15:12 rbellens