|
2 | 2 |
|
3 | 3 | A Postman collection of sample SCIM API requests for Oracle Identity Governance (OIG) that showcases the ability to quickly create organizations, managers and users via SCIM API calls. Note that these samples are meant for reference only and are not intended for use in production systems.
|
4 | 4 |
|
5 |
| -## Pre-requisites |
| 5 | +## When to use this asset? |
6 | 6 |
|
7 |
| -- The collection relies on collection variables in order to properly construct the SCIM queries. Before running any of the queries please ensure you update the `{{host}}` and `{{port}}` variables in order to point to the OIG environment you intend to use. In order to do that, access the "Variables" tab by first clicking on the Postman collection name. Feel free to also update the `{{organization_name}}` and manager user details as per your needs. |
| 7 | +## How to use this asset? |
| 8 | + |
| 9 | +### Pre-requisites |
8 | 10 |
|
| 11 | +- The collection relies on collection variables in order to properly construct the SCIM queries. Before running any of the queries please ensure you update the `{{host}}` and `{{port}}` variables in order to point to the OIG environment you intend to use. In order to do that, access the "Variables" tab by first clicking on the Postman collection name. Feel free to also update the `{{organization_name}}` and manager user details as per your needs. |
9 | 12 | - Open the "Authorization" tab of the "Get Authorization Token" request and update the credentials with a valid username and password. Any user with OIG API access (system administrators) can be used.
|
10 | 13 |
|
11 |
| -## Executing the queries |
| 14 | +### Executing the queries |
12 | 15 |
|
13 | 16 | - Make sure you run the queries in sequence, as you will first need a valid `{{access_token}}`, then a valid `{{organization_id}}` to create the manager and reportees from the sample CSV file.
|
14 |
| - |
15 | 17 | - Use the "Run Collection" batch functionality in Postman on the "Create User(s) CSV" request in order to import all the sample user entries in the provided CSV file (or from one of your own choosing). Note that the sample CSV file and all user names are provided only for reference. Any similarity to actual persons is purely coincidental and unintended.
|
16 | 18 |
|
17 |
| -## References |
18 |
| - |
19 |
| -Oracle Identity Governance SCIM API reference: https://docs.oracle.com/en/middleware/idm/identity-governance/12.2.1.4/omdev/using-scim-rest-services.html |
| 19 | +## Useful Links |
20 | 20 |
|
21 |
| -Postman collections guide: https://learning.postman.com/docs/collections/collections-overview/ |
| 21 | +- [Oracle Identity Governance SCIM API reference](https://docs.oracle.com/en/middleware/idm/identity-governance/12.2.1.4/omdev/using-scim-rest-services.html) |
| 22 | +- [Postman collections guide](https://learning.postman.com/docs/collections/collections-overview/) |
22 | 23 |
|
23 | 24 | # License
|
24 | 25 |
|
25 | 26 | Copyright (c) 2023 Oracle and/or its affiliates.
|
26 | 27 |
|
27 | 28 | Licensed under the Universal Permissive License (UPL), Version 1.0.
|
28 | 29 |
|
29 |
| -See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details. |
| 30 | +See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details. |
0 commit comments