<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
0D54z00008MMKKvCAPOkta Classic EngineIntegrationsAnswered2022-11-11T21:07:02.000Z2022-11-10T18:37:34.000Z2022-11-11T21:07:02.000Z

IvanV.46641 (Customer) asked a question.

SCIM import not pickup up user attributes and can't confirm assignments

This is the JSON returned by my application when Okta tries to import users:

 

{

"schemas": [

"urn:ietf:params:scim:api:messages:2.0:ListResponse"

],

"totalResults": 1,

"startIndex": 1,

"itemsPerPage": 100,

"Resources": [

{

"schemas": [

"urn:ietf:params:scim:schemas:core:2.0:User"

],

"id": null,

"userName": "johndoe@example.com",

"email": "johndoe@example.com",

"name": {

"givenName": "John",

"familyName": "Doe"

},

"emails": [

{

"value": "johndoe@example.com"

}

],

"active": true

}

]

}

 

However, this is what Okta seems to see:

/help/servlet/rtaImage?refid=0EM4z000005IKiZ

 

And the error when trying to confirm assignment:

/help/servlet/rtaImage?refid=0EM4z000005IKiU

What am I doing wrong?


  • Paul S. (Okta, Inc.)

    Hello @IvanV.46641 (Customer)​ Thank you for reacting out to our Community!

     

    From the screenshot it seems that we can see only the username during the import, this would indicate that the variable name used for the attributes might not be correct. However when the confirmation happens, it does not fill in any information which would indicate a problem in the mappings, I would recommend to review the mappings and make sure the appropriate attributes are linked with one and other.

     

    The Okta Community Catalysts Program is now live. Collect online badges when you participate in the Okta Help Center Questions community. Learn more here.

    Join us in the Oktane discussion group to connect with attendees or just stay connected to the event.

    Expand Post
This question is closed.
Loading
SCIM import not pickup up user attributes and can't confirm assignments