-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unknown scope policy - Reject does not cause a clear error handling #64
Comments
@Aaron-Ritter does this happen on 1.49? |
@alex-fusionauth this is only related to the new scope feature introduced in 1.50, all previous releases are working at least the ones we tested with 1.46 and up. As we are providing the UserInfo feature with the SDK this started to fail with the FusionAuth 1.50 release for two reasons (Already addressed in #63):
The already merged PR #63 addressed this. During further testing with the new implementation I was making sure that other scenarios with the new scope feature are working as expected, where i found this other issue. It looks at the moment as if the blank return page is a issue coming from FusionAuth itself but we need to dig in to this next week. |
This might have been a Emulator issue, i was not able to reproduce it with a new setup. it is now redirecting back with an error.
|
The "State mismatch" is indicating that the actual error is not handled, and the redirect shown in the logs is pointing to a scope issue So in summary, the blank page and no redirect happening is more likely an emulator issue, even it was reproducible in that one emulator at the time, none of the tests cause the same issue now. But the scope error is something we should handle in the SDK.
|
Unknown scope policy - Reject does not cause a clear error handling
Description
Unknown scope policy - Reject.
Does not show / cause an error and is just stuck on a blank page:
Affects versions
FusionAuth 1.50.1
FusionAuth Android SDK 0.1.1
Steps to reproduce
Steps to reproduce the behavior:
Example Android App
Applicatoin > ScopeExpected behavior
Based on the Description of the Unknown scope policy definition
Reject
it should Reject it by failing the workflow and return an error.Platform
(Please complete the following information)
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
The text was updated successfully, but these errors were encountered: