MaikuB / MaikuB/flutter_appauth

end session not working

Open
#446 8 comments 1 reaction 0 assignees View on GitHub
Dominant language
Objective-C
Stars
308
Forks
301
Avg merge
2d 11h
Merged PRs (30d)
5

Description

Hi
after I call end session method for signout user, web page opens and when I log in again web page opens instead of the app open and when I open the application again user signs in in advanced
when I update the Flutter app auth form 5. x.x to 6. x.x this issue appears

```
await appAuth.endSession(new EndSessionRequest(
idTokenHint: token.idToken,
postLogoutRedirectUrl: postLogoutRedirectUrl,
serviceConfiguration: AuthorizationServiceConfiguration(authorizationEndpoint: AuthorizationEndpoint, tokenEndpoint: TokenEndpoint, endSessionEndpoint: EndSessionEndpoint)));
print("end session");
```
and I want to know into this part
``` ```
what value should I set for

Contributor guide

Open the contributing guide

Research direction

Review the Android redirect URI configuration referenced by the manifest snippet and the endSession call. Reproduce the sign-out and login flow after the Flutter AppAuth 5.x-to-6.x update, then verify that the redirect returns to the app and does not restore the prior session.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, dart, flutter
Domain
authentication, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.