Just-In-Time User Creation
  • 1 Minute to read
  • Dark
    Light

Just-In-Time User Creation

  • Dark
    Light

Article Summary

Just-in-Time user creation enables you to create a user's account in SmarterU at the time of an SSO request. SmarterU has tested the following identity providers:

Setting Up Just-in-Time User Creation

BEFORE YOU BEGIN
You'll need to copy the IDP metadata from the SSO provider.

To configure Just-in-Time user creation in SmarterU: 

  1. Edit your account's settings.
  2. Expand the External Authorization accordion and enable SAML for your SmarterU account
  3. Paste the IDP metadata that you copied from your SSO provider into your SmarterU account's IdP Metadata setting.

Graphical user interface, text, application, website  Description automatically generated

  1. Search the IDP metadata that you pasted into the IdP Metadata setting for:
<md:NameIDFormat>
  1. Just before the first occurrence of <md:NameIDFormat>, copy and paste the following:
<Attribute xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Name="FirstName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="GivenName"/>
<Attribute xmlns="urn:oasis:names:tc:SAML:2.0:assertion" Name="LastName" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" FriendlyName="Surname"/>

A picture containing graphical user interface  Description automatically generated

  1. Refer to SSO SAML 2.0 for details on the various settings. At a minimum, you'll need to check the Enable Just In Time User Creation checkbox.

Was this article helpful?