Skip to content

Commit 5885600

Browse files
Update README.md
added the template structure
1 parent 6b8782a commit 5885600

File tree

1 file changed

+10
-9
lines changed
  • security/identity-and-access-management/oracle-identity-governance/postman-scim-samples

1 file changed

+10
-9
lines changed

security/identity-and-access-management/oracle-identity-governance/postman-scim-samples/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@
22

33
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.
44

5-
## Pre-requisites
5+
## When to use this asset?
66

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
810

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.
912
- 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.
1013

11-
## Executing the queries
14+
### Executing the queries
1215

1316
- 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-
1517
- 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.
1618

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
2020

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/)
2223

2324
# License
2425

2526
Copyright (c) 2023 Oracle and/or its affiliates.
2627

2728
Licensed under the Universal Permissive License (UPL), Version 1.0.
2829

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

Comments
 (0)