Keycloak redirection after email verification
by JAYAPRIYA ATHEESAN
Hi,
I'm facing issues with redirection to our application after email
verification or password update.
After the mail is verified, by the user clicking on the mail link, the flow
is not getting redirected to our application
How to handle this?
Additionally, I would need information on how to modify the expiry time for
the mail link. Is it possible to modify the url that is sent in mail?
Thanks,
Jayapriya Atheesan
8 years, 8 months
Password reset redirection
by JAYAPRIYA ATHEESAN
Hi Team,
We have UI written in angular JS. We have integrated the same with keycloak
for authentication and authorization.
When we follow the reset password link, a mail is sent to the associated
user's email id. When I click on the link sent for password reset, a page
opens up for providing new password.
After I submit the password change request, the application just changes the
password. But the problem is that, it does not login to our application
dashboard. If we click on login button, the user gets logged in.
How to make the application seamlessly go to the dashboard? By going through
the files shared by your team in example, we see that we cannot capture the
onsuccess.
Onlogin method goes through, but it is not being redirected. Is it possible
to specify the url to be redirected after successful password reset?
The flow reaches the below part
We expect that the flow should go through the below method, but it doesn't
happen.
keycloakAuth.onAuthSuccess = function () {
$rootScope.authLogin = true;
console.log('coming in auth success');
loginService.login(keycloakAuth);
$rootScope.dataloading = true;
};
Thanks,
Jayapriya Atheesan
8 years, 8 months
Re: [keycloak-user] Modify Email template
by Stian Thorgersen
Don't modify built-in themes, we recommend creating your own theme to
override.
On 2 May 2016 08:59, "Marek Posolda" <mposolda(a)redhat.com> wrote:
You can take a look and possibly change the files:
$KEYCLOAK_HOME/themes/base/email/html/email-verification.ftl
$KEYCLOAK_HOME/themes/base/email/messages/messages_en.properties
For the timeout see "Login action timeout" in the tab "Tokens" in admin
console.
Marek
On 02/05/16 07:10, JAYAPRIYA ATHEESAN wrote:
Hi Team,
Any help would be highly appreciated. We are in critical stage of our
project.
Thanks,
Jayapriya Atheesan
*From:* JAYAPRIYA ATHEESAN [mailto:jayapriya.atheesan@gmail.com
<jayapriya.atheesan(a)gmail.com>]
*Sent:* Friday, April 29, 2016 10:06 PM
*To:* 'keycloak-user(a)lists.jboss.org'
*Subject:* Modify Email template
Hi team,
A mail is being sent from keycloak, when we enable verify option and
password reset option.
Someone has created a Giggzo account with this email address. If this was
you, click the link below to verify your email address
https://
<host_name>:8444/auth/realms/giggzo/login-actions/email-verification?key=aKn9xARWV3hpXw_bjwfHwrGAcyGrhRx9vXAm4jICE8Y.e74ce8ec-8c36-4a3b-8fc6-bbe5fd289ee1
This link will expire within 5 minutes.
If you didn't create this account, just ignore this message.
Is it possible to change this message content? And increase the expiry time
from 5mins to 1hr.
Thanks,
Jayapriya Atheesan
_______________________________________________
keycloak-user mailing
listkeycloak-user@lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-user
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user
8 years, 8 months
Re: [keycloak-user] Modify Email template
by JAYAPRIYA ATHEESAN
Hi Team,
Any help would be highly appreciated. We are in critical stage of our
project.
Thanks,
Jayapriya Atheesan
From: JAYAPRIYA ATHEESAN [mailto:jayapriya.atheesan@gmail.com]
Sent: Friday, April 29, 2016 10:06 PM
To: 'keycloak-user(a)lists.jboss.org'
Subject: Modify Email template
Hi team,
A mail is being sent from keycloak, when we enable verify option and
password reset option.
Someone has created a Giggzo account with this email address. If this was
you, click the link below to verify your email address
<https://%3chost_name%3e:8444/auth/realms/giggzo/login-actions/email-verific
ation?key=aKn9xARWV3hpXw_bjwfHwrGAcyGrhRx9vXAm4jICE8Y.e74ce8ec-8c36-4a3b-8fc
6-bbe5fd289ee1>
https://<host_name>:8444/auth/realms/giggzo/login-actions/email-verification
?key=aKn9xARWV3hpXw_bjwfHwrGAcyGrhRx9vXAm4jICE8Y.e74ce8ec-8c36-4a3b-8fc6-bbe
5fd289ee1
This link will expire within 5 minutes.
If you didn't create this account, just ignore this message.
Is it possible to change this message content? And increase the expiry time
from 5mins to 1hr.
Thanks,
Jayapriya Atheesan
8 years, 8 months
Role Attributes
by Brian Watson
Hi all,
I know this may be a long shot, but is there any plan to support attributes
for roles? Use case: I am replacing a pre-existing home-grown auth system
with Keycloak. There is metadata associated with the existing roles that is
required by the services consuming the JWS. I have a very hacky plan to
support what I need via role descriptions, but having role attributes would
allow me to implement this need is a cleaner fashion.
Thoughts?
Thanks!
8 years, 8 months