[keycloak-user] Custom registration attributes
Łukasz Dywicki
luke at code-house.org
Wed May 9 06:36:33 EDT 2018
Hey Bruno,
You can pass additional attributes via registration form. You just need
to add additional form fields with "user.attributes.<XYZ>". In your case
you would need to copy them into hidden inputs.
Keycloak user will then have <XYZ> attribute with value sent over form.
Kind regards,
Lukasz
--
Code-House
http://code-house.org
On 08.05.2018 21:33, Bruno Palermo wrote:
> Hi,
>
> I would like to track the source of users using user attributes.
>
> It's possible to pass query parameters like: utm_source, utm_medium,
> utm_campaing and add them as custom attributes?
>
> How can I access query parameters on a custom provider?
>
> Thanks,
> Bruno
>
> _______________________________________________
> 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