-
Notifications
You must be signed in to change notification settings - Fork 46
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
Exception in logout #42
Comments
possible duplicate of #39 |
Well, the mai problem from the deserialization of |
I fixed it locally followings:
First |
Please see the announcement for package:oidc. |
Hi all,
I checked out the repo, set my parameters and run the android example. It runs, I am able to get the configuration and to login. The logout throws an error in
android_ios.dart
:when it is trying to
final jsonResponse = jsonDecode(body) as Map<String, dynamic>?;
Indeed, when debugging the body of the result, it is:
As I can read, the problem is
The request does not contain a URI to redirect the user to post logout. Specify a URI in the post_logout_redirect_uri parameter field
, but did not understand which URI it is required and where I have to put it.Any hint?
The text was updated successfully, but these errors were encountered: