-
Notifications
You must be signed in to change notification settings - Fork 85
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
docs(SCIM config): update the configuration guides for SCIM #9337 #9402
Conversation
Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com>
Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com>
DryRun Security SummaryThe pull request updates the documentation for group and user management in the Janssen Server, providing more detailed guidance on using the command-line and REST API, and highlighting the available operations and security considerations. Expand for full summarySummary: The changes in this pull request focus on updating the documentation for group and user management in the Janssen Server. The key changes include reorganizing the content, providing more detailed guidance on using the command-line and REST API for group and user management, and highlighting the available operations and examples. From an application security perspective, the changes do not introduce any obvious security concerns. The documentation is focused on promoting secure and consistent group and user management practices, which is an important aspect of identity and access management. However, there are a few security considerations that should be kept in mind when implementing these features in a production environment, such as ensuring strong password management, following the principle of least privilege, and implementing robust logging and monitoring mechanisms. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
I got surprised how it affects on jans-chip. |
Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com>
- To get the list of users available in the Janssen Server, bring the control to `Search` box (using `tab` key) and press `Enter` key. | ||
|
||
|
||
### Add / Update / Delete User |
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.
Numbering under this step is not correct. All steps are shown as 1
. Still better, Should we break it down into 3 sections having ###
level?
) * docs(scim): updated user management Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com> * docs(scim): updated group management Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com> * docs(scim): removed auto created jans-chip .gradle files Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com> --------- Signed-off-by: Mobarak Hosen Shakil <mh.ice.iu@gmail.com> Co-authored-by: Dhaval D <343411+ossdhaval@users.noreply.github.com> Former-commit-id: 4c4aa9e
Prepare
Description
Target issue