-
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
OKTA-829605 fix get user return type #769
OKTA-829605 fix get user return type #769
Conversation
- CreateFederatedUser creates federated user instead of user in pending activation state | ||
- Change Office365ApplicationSettings.App to dictionary | ||
|
||
## 9.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we miss an entry for 9.0.2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why but it looks like we skipped 9.0.2: v9.0.1...v9.0.3#diff-49ebb1f90b2835ec5b580d845b24677e1a8c813351d7667380734cfb3cbf16f7R8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment, lgtm.
Removed model
UserGetSingleton
, corrected response definition forgetUser
operation to returnUser
.Fixes #755