cat
March 11, 2021, 7:30pm
6
@tkirk-okta I am also interested in this. This seems to be a common problem. I easily found 5 other questions related to this and they’re all still waiting
I experience the same error with the Email verification flow.
any thoughts on how the user activation email template would work if there are different applications living under the same Okta tenant and each one has its own domain which points to its unique login page? Is there a way to pass different bookmarks to the href="${activationLink}?fromURI Welcome Email? Thank you.
Hi @zlannin
The best solution in this case would be to set up a custom link for the activation email from Admin >> Settings >> Email & SMS >> User Activation (if you are using the developer console, please hover over Developer Console on top left side of the screen and switch to Classic UI) to redirect to an endpoint like
https://company.com/activate?token=${activationToken}
On the /activate endpoint, you can take the value from the query parameter and activate the user using a query like the…
Hi Team,
I want to redirect to my custom App end point after email verification. i.e., after user activation email link.
I think after email activation we need to set redirect uri.
I have tried online resources but no luck nothing worked for me.
Can someone help me out.
@mraible
@warren
Thanks,
Aditya Nirmala
Hello,
Any thoughts on how to redirect users to a custom (per app) application when using the Okta email template? I have one idea to run by you – when I create the user, can I set a custom attribute like “defaultURI” and then have that populate in the activation email template?
Like this?
<a href="${activationLink}/redirectURI=${user.defaultURI}" id="reset-password-link" style="text-decoration:none">
@dragos @tom FYI since you are engaged in some of these other linked threads. If this “email verification as a service” functionality has been in the works for over 3 years, was it just deprioritized or was it scrapped?
1 Like