-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix(jans-config-api): organization attributes not updated #2756
Comments
@moabu, |
OK, understood about the [
{"op":"add","path":"/dn","value":"ou=groups,o=jans"},
{"op":"add","path":"/baseDn","value":"o=janssen"}
] If the API doesn't return an error, it's hard to handle it properly on the provider side. Also what about the |
on verifying the code found that we have |
@pujavs removed this method in https://github.com/JanssenProject/jans/pull/2948/files We don't need it, I removed it. There is already getter/setter for title. |
Confirmed. |
When updating the organization, the organization title, as well as the DN/BaseDN are not updated.
The text was updated successfully, but these errors were encountered: