<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
0D51Y00007JXnvNSATOkta Classic EngineIntegrationsAnswered2024-04-15T09:30:27.000Z2019-12-17T15:40:21.000Z2020-01-03T18:25:29.000Z

qthdu (qthdu) asked a question.

Adding an AD attribute to a SAML app (for WorkspaceONE UEM authentication)

How do I take an attribute from Active Directory and map it to a SAML application? In this scenario, I need to map the user's objectGUID attribute from AD through Okta in to a SAML application that is being used to authenticate users who log in to a WorkspaceONE UEM admin console. The login works but they receive the attached error:

Image is not available


  • bc221 (bc221)

    In your SAML application go to -> Sign On -> look for "Application username format" select Custom and put value user.objectGUID

     

    If objectGUID is not already present in your Okta user Profile then you need to create a new attribute with data type = string. you can check this from Okta admin GUI Directory -> Profile Editor -> user (Okta users)

    then go to Directory -> Profile Editor -> active_directory (select your AD) -> from Action click on Mapping.

    a new window will open, look for objectGUID on right side that we just created. enter AD User Profile Mappings source as appuser.externalId for objectGUID

    Expand Post
    Selected as Best
  • bc221 (bc221)

    In your SAML application go to -> Sign On -> look for "Application username format" select Custom and put value user.objectGUID

     

    If objectGUID is not already present in your Okta user Profile then you need to create a new attribute with data type = string. you can check this from Okta admin GUI Directory -> Profile Editor -> user (Okta users)

    then go to Directory -> Profile Editor -> active_directory (select your AD) -> from Action click on Mapping.

    a new window will open, look for objectGUID on right side that we just created. enter AD User Profile Mappings source as appuser.externalId for objectGUID

    Expand Post
    Selected as Best
This question is closed.
Loading
Adding an AD attribute to a SAML app (for WorkspaceONE UEM authentication)