Closed peter-trueblood closed 1 year ago
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. What is the frequency of publishing versions? When can I expect to see this 6.0.9 version on NuGet?
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