gooddata / gooddata-java

GoodData Java SDK
Other
19 stars 62 forks source link

Account.java does not work with ssoProvider property #1156

Open cipous opened 1 year ago

cipous commented 1 year ago

Please ssoProvider is required to correctly work with authenticationModes = SSO. Users (accounts) cannot be provisioned / updated to work with SSO.

Definition of done: POST, PUT, GET User operations reflect ssoProvider as it is stated in https://help.gooddata.com/doc/enterprise/en/expand-your-gooddata-platform/api-reference#operation/createUser or https://help.gooddata.com/doc/enterprise/en/expand-your-gooddata-platform/api-reference#operation/updateUserProfile

jan-re commented 1 year ago

As described in the readme file: The project is currently NOT in "active development". Meaning that feature request may or may not be implemented. You are welcomed to contribute your code and create an issue.

The ssoProvider self-service API was introduced fairly recently, so gooddata-java does not reflect it.