Forum Discussion

Dani's avatar
Dani
Advisor
8 years ago

Auto generate SSO User Login guidelines, how can you manage parameters of user id?

Greetings,   We currently have a fully integrated SSO which passes our product login credentials to Lithium. We then have an opt in where customers must click on a link "complete registration" to r...
  • ChristineC's avatar
    8 years ago

    Hi Dani, right next to the "Auto generate SSO User signin" setting there is also an "XML Text Generator for SSO User signin" which must also be filled out.  Here's an example of prepopulating the login with first and last name.  Here's a another example that will generate logins like "user06576". Some customers prefer this approach rather than using partials of email or first and last name for privacy reasons.

     

    <textGenerator>
        <text key="sso.user_login.auto_generate.prefix"/>
        <number min="1" max="10000" prefixZeros="true"/>
    </textGenerator>

    If you have other fields currently configured to be collected on the interstitial page, then you likely won't want to bypass the page entirely.  For example, terms of use specific for community

  • ChristineC's avatar
    ChristineC
    8 years ago

    That is correct. If the SSO registration page is disabled and the fields currently configured for that page will be managed by your IDP, then a newly created user will arrive on the community without any extra registration steps.

     

    I don't know of another OOB (out of the box) welcome/success message for newly created SSO users. Perhaps you can create a custom one.