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

SCIM user extension schema URI not updatable #271

Closed
jgomer2001 opened this issue Jan 7, 2022 · 4 comments
Closed

SCIM user extension schema URI not updatable #271

jgomer2001 opened this issue Jan 7, 2022 · 4 comments
Labels
comp-jans-config-api Component affected by issue or PR kind-enhancement Issue or PR is an enhancement to an existing functionality needs-triage Issue or PR yet to be triaged. Add more labels or details that will help during triage review.

Comments

@jgomer2001
Copy link
Contributor

Ensure the two fields highlighted in the image can be managed through the API

Screenshot from 2022-01-07 07-30-53

Reference ticket 10239

@ghost ghost assigned pujavs and duttarnab Jan 7, 2022
@pujavs
Copy link
Contributor

pujavs commented Jan 7, 2022

@jgomer2001, at present jans-config-api only exposes endpoints for user management(list, search, add, update, delete) as requested via https://github.com/JanssenProject/jans-config-api/issues/50
To update SCIM user extension schema URI it will be updating the SCIM config directly. Checking this

@jgomer2001
Copy link
Contributor Author

Right, there is no means to alter config there yet.

If possible, let's add loggingLevel to the wish list. This is a Java bean for your ref https://github.com/JanssenProject/jans-scim/blob/master/service/src/main/java/io/jans/scim/model/conf/AppConfiguration.java:

@ossdhaval ossdhaval transferred this issue from another repository Jan 13, 2022
@ossdhaval ossdhaval added comp-jans-config-api Component affected by issue or PR kind-enhancement Issue or PR is an enhancement to an existing functionality needs-triage Issue or PR yet to be triaged. Add more labels or details that will help during triage review. labels Jan 13, 2022
moabu pushed a commit that referenced this issue Jan 13, 2022
fix: avoided ambiguous dependencies for type CacheProvider<?>
moabu pushed a commit that referenced this issue Jan 13, 2022
fix: avoided ambiguous dependencies for type CacheProvider<?>
@pujavs
Copy link
Contributor

pujavs commented Jan 21, 2022

Implemented following two endpoints - /jans-config-api/scim/config

  1. GET
  2. PATCH

src.test.resources.feature.scim.config.scim-config.pdf

yuriyz pushed a commit that referenced this issue Feb 2, 2022
* feat: scim config service

* feat: scim config service

* feat: scim config service

* feat: scim config endpoint

* feat: scim config endpoint

* feat: scim config endpoint

* feat: scim config endpoint

* feat: scim config endpoint

* feat: scim config endpoint

* feat: scim config endpoint issue#271

* feat: scim config endpoint issue#271

* feat: scim config endpoint issue#271

* feat: scim config endpoint issue#271

* feat: sonar fixes

* feat: scim config endpoint

* feat: sonar issue

* feat: sonar issue

* feat: sonar issue

* feat: scim config endpoint changes to resolve sonar issue

* feat: scim config endpoint changes to resolve sonar issue

* feat: scim config endpoint changes to resolve sonar issue

* feat: scim config endpoint

* feat: scim config endpoint sonar issue

* feat: scim config endpoint sonar issue

* feat: scim config endpoint sonar issue

* feat: scim config endpoint sonar issue
@pujavs
Copy link
Contributor

pujavs commented Feb 3, 2022

Feature merged with main branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-config-api Component affected by issue or PR kind-enhancement Issue or PR is an enhancement to an existing functionality needs-triage Issue or PR yet to be triaged. Add more labels or details that will help during triage review.
Projects
None yet
Development

No branches or pull requests

4 participants