Hi Hynek,
I am using 2.5.0.Final version of Keycloak.
As I am testing it, I know the URL for client. When I hit that URL, I am
redirected to login page. I can enter the newly created credentials (This
email is not yet verified) which redirects me to Verify your email page and
sends one more email with the link. On click of this link, it successfuly
verifies the email but "Back to Application" points to different link (the
redirect_uri is different in this link).
Thanks and Regards,
KK
On Wed, Aug 16, 2017 at 7:41 PM, Hynek Mlnarik <hmlnarik(a)redhat.com> wrote:
What Keycloak version do you use?
How does the user get to login in the alternative flow in the first
place? The account verification continues in the flow to the
application the user originally attempted to log in, or just states
that the email has been verified for their account if the original
application cannot be determined.
On Wed, Aug 16, 2017 at 2:02 PM, Krishna Kuntala
<kuntalakrishna(a)gmail.com> wrote:
> I am using Rest APIs to communicate with Keycloak for sending
verification
> email (/send-verify-email?client_id=xxx&redirect_uri=application-url).
This
> flow is working fine when user clicks on verfication link, "Back to
> application" link redirects me to intended "application-url".
>
> However with alternative flow, if the user does not click on this link
and
> tries to login with his credentials, the user will be redirected to
Account
> verification page. This sends one more email to the user with the link
> embedded in it. This link does not have provided/intended redirect_uri
i.e.
> application-url. Instead it has redirect_uri to the default realm.
>
> I want to embed the same URI even in case another email is sent to the
user
> for verification which is not happening in this case.
>
>
> Thanks and Regards,
> KK
> _______________________________________________
> keycloak-user mailing list
> keycloak-user(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/keycloak-user
--
--Hynek