You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to add a property mapping to the user profile mapping, but my changes are ignored.
What is expected to happen?
When calling UpdateProfileMappingAsync the profile mapping should be updated in okta, and the response object should contain the updates
What is the actual behavior?
Nothing changes
Reproduction Steps?
Create a SAML Identity Provider and find its profile mapping id (I believe it will happen with any profile mapping for any application or Identity Provider but I didn't test it).
varprofileMappingApi=new ProfileMappingApi();varmapping=await profileMappingApi.GetProfileMappingAsync("your-mapping-id");
mapping.Properties.Add("userType",new ProfileMappingProperty
{PushStatus= ProfileMappingPropertyPushStatus.PUSH,Expression="appuser.firstName"// just for example});varupdatedMapping=await profileMappingApi.UpdateProfileMappingAsync("your-mapping-id", fullMapping);
Additional Information?
The same scenario works in Postman.
.NET Version
7.0.101
SDK Version
6.0.2
OS version
19045 Microsoft Windows 10 Pro 64-bit 10.0.19045
The text was updated successfully, but these errors were encountered:
Describe the bug?
Hi. I'm trying to add a property mapping to the user profile mapping, but my changes are ignored.
What is expected to happen?
When calling
UpdateProfileMappingAsync
the profile mapping should be updated in okta, and the response object should contain the updatesWhat is the actual behavior?
Nothing changes
Reproduction Steps?
Create a SAML Identity Provider and find its profile mapping id (I believe it will happen with any profile mapping for any application or Identity Provider but I didn't test it).
Additional Information?
The same scenario works in Postman.
.NET Version
7.0.101
SDK Version
6.0.2
OS version
19045 Microsoft Windows 10 Pro 64-bit 10.0.19045
The text was updated successfully, but these errors were encountered: