-
Notifications
You must be signed in to change notification settings - Fork 100
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
Retrieving Group no Longer Retrieves Additional Profile Data #634
Comments
Hi @peter-trueblood, Thanks for reporting this issue. I'll file an internal ticket to be reviewed and prioritized by the team. Internal Ref: OKTA-598985 |
@laura-rodriguez is there any update on this issue? This is preventing my team from being able to complete the upgrade to the v6 SDK. |
Hi @peter-trueblood , Thanks for your patience. This issue hasn't been prioritized yet; I'll follow up with the team and make sure to give it visibility. |
Thank you very much for your quick turnaround on this issue. Greatly appreciated! |
Sorry one more quick question. |
Hey @peter-trueblood , it's already available in NuGet: https://www.nuget.org/packages/Okta.Sdk/6.0.9 |
Describe the bug?
In v5 of the SDK when I retrieved an IGroup I was also able to access the additional profile metadata for that group. In v6 this appears to no longer be possible. I see in the v5 to v6 upgrade instructions you document how to access additional user profile metadata but not group profile metadata.
What is expected to happen?
I should be able to access group profile metadata.
What is the actual behavior?
The properties are no longer available.
Reproduction Steps?
See the relevant models below
Group models without additional properties
https://github.com/okta/okta-sdk-dotnet/blob/master/src/Okta.Sdk/Model/Group.cs
https://github.com/okta/okta-sdk-dotnet/blob/master/src/Okta.Sdk/Model/GroupProfile.cs
UserProfile with additional properties
https://github.com/okta/okta-sdk-dotnet/blob/master/src/Okta.Sdk/Model/UserProfile.cs#L228
Additional Information?
No response
.NET Version
7.0.100
SDK Version
6
OS version
Any
The text was updated successfully, but these errors were encountered: