Redirecting to Specific IDP Forms using OIDC Plugin #54
-
Hello, We are developing a Flutter application and are using Keycloak as our identity provider (IDP). We have successfully implemented the oidc plugin for authentication purposes, and it has been working seamlessly for our login process. However, we have encountered a challenge that we hope you can help us with. Our application features a native Flutter homepage that includes two buttons: one for registration and another for login. Initially, we were able to direct users to the appropriate Keycloak form based on their selection—either to the registration form or the login form. We understand that this requirement might not be related to Dynamic Client Registration. However, we believe there should be a way to specify the desired IDP URI to the oidc plugin to direct users to the correct Keycloak page based on their choice (for example as a parameter to loginAuthorizationCodeFlow). We are reaching out to inquire if this use case is supported by the oidc plugin, and if so, could you please provide guidance or insights on how to achieve this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hello, does this solve your use-case @MarinCouderc ? |
Beta Was this translation helpful? Give feedback.
@MarinCouderc Just published a new version that addresses this, waiting for your feedback!