[keycloak-user] Keycloak evaluation
Gaétan Collaud
gaetancollaud at gmail.com
Wed Aug 16 08:20:18 EDT 2017
Hi,
I'm new to keycloak but I started developing some custom "extensions" so I
may be able to answer you.
1. I don't think this is out of the box, but you can develop a custom
"Authenticator" to login using a token and include it in email. I've done
it for our company (the token part, not the email).
2. I don't thing the goal of keycloak is to send communications to users,
so it may not be the best solution. I think it's best to export the users
to a mailing list system. If you really want to use keycloak you cant can
develop your own API and use the provider EmailTemplateProvider.class to
send emails. It's also easy to get the list of users using the
UserStorageProvider.
Hope it can help
Best regards,
Gaétan
Le mer. 16 août 2017 à 11:33, Krishna Kuntala <kuntalakrishna at gmail.com> a
écrit :
> Hi,
>
> We are evaluating Keycloak product for our Identity management solution.
> Need to understand whether Keycloak supports below features:
>
> 1. Send "magic link" with verification email to let the user silently
> login.
> 2. An API which is capable of sending communication emails to the users.
>
> Thanks and Regards,
> KK
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
More information about the keycloak-user
mailing list