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?
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 ? Thank you.
Interesting, so you create multiple email templates in different locales, one for each app. Then in the templates you can put the app-specific URL. When the user signs up, choose the locale that matches the app they’re signing up for. Definitely a hacky way to do it, but sounds like that would work.