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

Retrieving Group no Longer Retrieves Additional Profile Data #634

Closed
peter-trueblood opened this issue Apr 10, 2023 · 6 comments · Fixed by #639
Closed

Retrieving Group no Longer Retrieves Additional Profile Data #634

peter-trueblood opened this issue Apr 10, 2023 · 6 comments · Fixed by #639
Labels

Comments

@peter-trueblood
Copy link

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
Copy link
Collaborator

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
Copy link
Author

@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
Copy link
Collaborator

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
Copy link
Author

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

@peter-trueblood
Copy link
Author

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
Copy link
Collaborator

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

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

Successfully merging a pull request may close this issue.

2 participants