<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008C3jZMSAZOkta Classic EngineSingle Sign-OnAnswered2024-04-30T09:18:25.000Z2018-02-15T21:47:32.000Z2018-08-12T04:14:12.000Z
  • j5v7c (j5v7c)

    We have it working in our environment for branded emails @ creation from workday.  We take the workday "brand" and use that to determine the email & login suffix. Here's some sample code:

    appuser.Brand == "BRAND1" ? appuser.firstName + "." + appuser.lastName + "@BRAND1.com":appuser.Brand == "BRAND2" ? appuser.firstName + "." + appuser.lastName + "@brand2.com":appuser.firstName + "." + appuser.lastName + "@default.com"
    Expand Post
    Selected as Best
  • j5v7c (j5v7c)

    We have it working in our environment for branded emails @ creation from workday.  We take the workday "brand" and use that to determine the email & login suffix. Here's some sample code:

    appuser.Brand == "BRAND1" ? appuser.firstName + "." + appuser.lastName + "@BRAND1.com":appuser.Brand == "BRAND2" ? appuser.firstName + "." + appuser.lastName + "@brand2.com":appuser.firstName + "." + appuser.lastName + "@default.com"
    Expand Post
    Selected as Best
  • j5v7c (j5v7c)

    Hello,

     

    Thanks for posting your inquiry in Okta Community Portal.

     

    ​If you receive a great answer to your question(s), please help readers find it by marking it the best answer. Hover over the answer and click "Best Answer." 

     

    Thank you,

     

    ​Dylann Fezeu

    OHC Team
    Expand Post
This question is closed.
Loading
Nested if statements