The CreatorCon Call for Content is officially open! Get started here.

SAML SSO configuration Azure AD with onpremisessamaccountname

Deepak Kumar12
Kilo Explorer

Hi,

We are trying to configure SAML SSO for ServiceNow with Azure AD. We want to use the onpremisessamaccountname fetched from synced AD on Azure AD as the User Identifier claim.

  1. How can we map the onpremisessamaccountname from Azure AD to the provisioned user in ServiceNow?
  2. Our onpremisessamaccountname contains EmpID(int value).We are getting the EmpID in the SAML token(as expected), how can we match the UserID on ServiceNow side.

    Please find the screenshot attached for further information.

    find_real_file.png

    Please help. Thanks! 
1 REPLY 1

EricDohr
ServiceNow Employee
ServiceNow Employee

If you have a field that is being populated on the user table that corresponds with onpremisessamaccountname, you will want to make sure the SSO property corresponds with that field name.  By default, the SSO property is user_name.

If you do not have a field that corresponds with onpremisessamaccountname, you will want to make sure that is part of your load data/transformation to either an existing field or new custom field. You would then want to update your System Property to indicate that field name

find_real_file.png