https://github.com/adrianosela/okta-gbac
A thin group ownership wrapper around the Okta Developer API
https://github.com/adrianosela/okta-gbac
Last synced: 3 months ago
JSON representation
A thin group ownership wrapper around the Okta Developer API
- Host: GitHub
- URL: https://github.com/adrianosela/okta-gbac
- Owner: adrianosela
- Created: 2022-07-15T14:23:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T17:01:29.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T03:18:25.749Z (12 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# okta-gbac
A thin group ownership wrapper around the Okta Developer API[](https://goreportcard.com/report/github.com/adrianosela/okta-gbac)
[](https://godoc.org/github.com/adrianosela/okta-gbac)
[](https://github.com/adrianosela/okta-gbac/issues)### Pre-requisites
- An Okta API Token with `Super Admin` privileges (required for creating and managing all groups)
- The Okta Groups profile must be modified to contain two custom attributes:
- Data Type: `boolean`, Display Name: `API Managed`, Variable Name: `api_managed`
- Data Type: `string array`, Display Name: `Owners`, Variable Name: `owners`