Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create group with additional / custom properties #1582

Open
chhauss-a opened this issue Dec 3, 2024 · 2 comments
Open

Create group with additional / custom properties #1582

chhauss-a opened this issue Dec 3, 2024 · 2 comments
Assignees

Comments

@chhauss-a
Copy link

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 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

@arvindkrishnakumar-okta
Copy link
Contributor

@chhauss-a Thanks, this looks like a bug introduced with our latest spec update. Will address this issue.

@chhauss-a
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants