Handle ActivityNotFoundException.#463
Conversation
Resolves issue openid#459
|
@gjsalot can you please fix the unit tests? |
|
no, that's someway symptom patching to me ... I don't see that this code should be merged because of the error is now silently catched up and not handled properly anyway of this error-handling issue, the cause of this is different and might be part / discussed / mentioned by #469 << #452 |
|
We are currently struggling with the same issue at my company and we are looking to fix this somehow. I agree with @childnode that silently failing would result in a really bad experience for both developers and end users. I was thinking if we could just add and That way we developers can decide what to do with the situation and we can display some error message to the end user so she knows that something went wrong with his browser |
|
While I agree with @childnode and the issue can be avoided by the integrator by being aware of the authorization lifecycle I did took @Fideas suggestion on this and added e047a5e |
Resolves issue #459.
This is the same as the common behaviour in Google apps when the default browser is disabled: do nothing.