okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

Retrieving Group no Longer Retrieves Additional Profile Data #634

Closed peter-trueblood closed 1 year ago

peter-trueblood commented 1 year ago

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

laura-rodriguez commented 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

peter-trueblood commented 1 year ago

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

laura-rodriguez commented 1 year ago

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.

peter-trueblood commented 1 year ago

Thank you very much for your quick turnaround on this issue. Greatly appreciated!

peter-trueblood commented 1 year ago

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?

laura-rodriguez commented 1 year ago

Hey @peter-trueblood , it's already available in NuGet: https://www.nuget.org/packages/Okta.Sdk/6.0.9