-
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
Provide a set of endpoints for user management #418
Comments
Implemented endpoints for User Management. |
I think we can ignore Password management for now, because we don’t have it implement in SCIM. |
Reopening this issue, as scim endpoints are not sufficient to include Custom schema in Flex Admin UI.
We will need the following endpoints in config-api for User Management
The above APIs will perform CRUD on The payload from the API will be in the below format.
here |
I think we should not expose user API in this application. Why we can't use SCIM and configure it to conform our requirements? |
I agree with Yura. What is the advantage to exposing endpoints that just duplicate the functionality of SCIM? |
@yurem @nynymike , SCIM apis does not provide all attributes from Moreover, if a user manually updates the schema to add a new attribute to That's why we are thinking to create new User Management APIs in config-api. |
After manual schema update did you register this attribute in |
We need to remove
|
Implemented:
Test results: |
Post discussion with @nynymike and @jgomer2001, since adding all 'jansPerson Refer older comment from this issue as well: |
@duttarnab changes done for following
Testing evidence: |
Issue: For user management endpoints Example: Resolution: To resolve this it is decided to make |
This requirement and related enhancements for root level attributes and mandatory attribute check was implemented on 08-Jun-2022 hence closing the same. |
User Story Title.
Implement endpoints for user management
User Story Meta Information.
This should be base on the existing SCIM project
Priority.
MEDIUM
Description.
As an API consumer with the user management permission set, I should be able to:
1. Password policy: define the password complexity(eg. min length,
2. Password Reset: reset my password
3. Username Recovery
The text was updated successfully, but these errors were encountered: