We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Which additional params in loginAuthorizationCodeFlow must be set?
Clearly describe what you are looking to add. The more context the better.
Requirements
Additional Context
Add any other context or screenshots about the feature request go here.
The text was updated successfully, but these errors were encountered:
As we discussed here: #54 (reply in thread) it's a problem with keycloak configs, not the oidc package
Sorry, something went wrong.
No branches or pull requests
Description
I follow the example ...
But it doesn't work like expected. Some params are missing.
The direct register user keycloak html form popup is not showing.
Which additional params in loginAuthorizationCodeFlow must be set?
Clearly describe what you are looking to add. The more context the better.
Requirements
Additional Context
Add any other context or screenshots about the feature request go here.
The text was updated successfully, but these errors were encountered: