Tools4everBV / Tools4everBV/HelloID-Conn-Prov-Target-Intus-Inplanning
New API endpoints for roles
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 2
- Forks
- 0
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Intus recently updated their inPlanning API.
Which is now supporting the retrieval of roles and assigned userroles, also its not needed to always send all roles when updating a user. It is possible to add a single role without unassigning the roles the user already had assigned.
Is it possible to modify the connector to use these new endpoints? By using the endpoints the local permissions file shouldn't be necessary anymore.
The following endpoints are added to the configuration:
GET /api/roles
GET /api/userroles
For the swagger documentation please contact me. since the url contains customer information.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PowerShell connector's configuration and the code that currently reads or updates the local permissions file. Review the new GET /api/roles and GET /api/userroles endpoints, and obtain the Swagger documentation from the issue author before changing behavior. Done means roles can be retrieved and a single role can be added without unassigning existing roles, without requiring the local permissions file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100