-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sso doesn't report error if permission request is dismissed #39
Comments
Is this still valid? |
It hasn't been implemented yet. To be honest i didn't miss it, but if @David-Development still needs this, it can be implemented either by
|
As this prevents sso from finishing, it is a good idea to throw AccountImportCancelledException 👍 |
Fine with it, just want to note that this was a breaking change because 3rd party clients which do not yet catch this exception at this place will break in case a user dismisses the permission → Requires a new major release |
I fully agree with Stefan. New major release and the Exceptions sounds great to me as well! 👍 @stefan-niedermann @tobiasKaminsky fyi: Probably this issue is also related to: #202
|
As far as i can see, this has to be fixed in the In the SSO lib I also wouldn't consider this a breaking change anymore because the method already @tobiasKaminsky Should i transfer this issue in the |
If the user clicks outside the permission request dialog, the sso library doesn't return a proper error message.
The text was updated successfully, but these errors were encountered: