Skip to content
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

feat: Direct guide to Forgot Password Keycloak Form via loginAuthorizationCodeFlow breaks #113

Open
1 task
s681562 opened this issue Jul 23, 2024 · 1 comment

Comments

@s681562
Copy link

s681562 commented Jul 23, 2024

Description

I follow the example ...

Uri authorizationEndpointUri = Uri.parse("https://.../realms/.../login-actions/reset-credentials");
await manager!.loginAuthorizationCodeFlow(
    discoveryDocumentOverride: manager!.discoveryDocument.copyWith(
      authorizationEndpoint: authorizationEndpointUri,
    )
);

But it doesn't work like expected. Some params are missing.
If I am in forgot password form popup and I want going back, it breaks.
Click on (Back to Login) leads into (Sorry... cookie missing)

KakaoTalk_20240723_101227188 KakaoTalk_20240723_101258292

Which additional params in loginAuthorizationCodeFlow must be set?

Clearly describe what you are looking to add. The more context the better.

Requirements

  • Checklist of requirements to be fulfilled

Additional Context

Add any other context or screenshots about the feature request go here.

@ahmednfwela
Copy link
Member

Duplicate of #114 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants