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 Register New User Keycloak Form via loginAuthorizationCodeFlow breaks #114

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/registration");
await manager!.loginAuthorizationCodeFlow(
    discoveryDocumentOverride: manager!.discoveryDocument.copyWith(
      authorizationEndpoint: authorizationEndpointUri,
    )
);

But it doesn't work like expected. Some params are missing.
The direct register user keycloak html form popup is not showing.

KakaoTalk_20240723_102157818 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

As we discussed here: #54 (reply in thread)
it's a problem with keycloak configs, not the oidc package

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