Email Self Service ${registrationActivationLink}

The email activation link ${registrationActivationLink} used to redirect to my webpage, with parameters, such as:

https://mywebsite.com?type_hint=ACTIVATION&session_hint=AUTHENTICATED&login_hint=xxxx%40xxx.com

but now it goes to https://mywebsite.com/tokens/XXXXXXXX/verify

The information suggested in Expression Language for Activation templates, most notably, under “Registration - Activation”:

${registrationEmailVerificationLink}

Doesnt work. This is for an SSO

Thank you

What is the name of the template are you attempting to modify?

I was editing
Registration - Activation

I am not sure whether this has anything to do with me updating the Sign-in Widget to latest version?

With ${registrationEmailVerificationLink} in place, you see the second format as the url the users are sent (/tokens/xxxxxxx/verify)? When did you see the other version, before you customized the email or could it be from a different email template?


i cannot put ${registrationEmailVerificationLink} in the activation form

If im using SSO, and okta is my providing auth for me, shouldnt the email redirect to:
dev-XXXX.oktapreview.com/tokens/xxxxx/verify
and not
mywebsite.com/tokens/xxxx/verify

Looks like this template has a different variable than the one you are trying to use. Can you use ${registrationActivationLink} instead?

This is the problem,

${registrationActivationLink} is sending people to
mywebsite.com/tokens/xxxx/verify

and i dont have that endpoint

Hmm, this is strange. Can you open a support case to get further assistance/

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.