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
In the sdk version 18, one could create and update a groups additional properties by adding them to the com.okta.sdk.resource.model.GroupProfile.additionalProperties().
Now in version 19/20 of the sdk the com.okta.sdk.resource.model.GroupProfile has been replaced by the com.okta.sdk.resource.model.OktaUserGroupProfile which does not contain additionalProperties.
How are we supposed to create and update groups now that need additionalProperties set?
What is expected to happen?
I expect a way to create and update a group with additional properties via the okta sdk.
What is the actual behavior?
I can't find a way to set the additional properties on the AddGroupRequest or the OktaUserGroupProfile.
Reproduction Steps?
Install okta sdk java in version 19 or 20
Additional Information?
No response
Java Version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
SDK Version
19 / 20
OS version
No response
The text was updated successfully, but these errors were encountered:
@arvindkrishnakumar-okta are there any news or updates on when this will be implemented and ready for us to use? it currently prevents us from upgrading beyond okta sdk version 17
Describe the bug?
In the sdk version 18, one could create and update a groups additional properties by adding them to the
com.okta.sdk.resource.model.GroupProfile
.additionalProperties()
.Now in version 19/20 of the sdk the
com.okta.sdk.resource.model.GroupProfile
has been replaced by thecom.okta.sdk.resource.model.OktaUserGroupProfile
which does not containadditionalProperties
.How are we supposed to create and update groups now that need additionalProperties set?
What is expected to happen?
I expect a way to create and update a group with additional properties via the okta sdk.
What is the actual behavior?
I can't find a way to set the additional properties on the
AddGroupRequest
or theOktaUserGroupProfile
.Reproduction Steps?
Install okta sdk java in version 19 or 20
Additional Information?
No response
Java Version
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment Temurin-21.0.5+11 (build 21.0.5+11-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.5+11 (build 21.0.5+11-LTS, mixed mode, sharing)
SDK Version
19 / 20
OS version
No response
The text was updated successfully, but these errors were encountered: