I have a provider connect to okta. I succesfully assign user to my application.
When I try to update username of okta user, it is sending 2 request to my provider, the first request is deactivate old username and create new user with new username.
I would like to check if there any way I can do to update username if existing user instead of deactivate and create new one.
as my Investigate, request payload from okta send externalId when creating user but it is not unique identify for a user.
Thanks