https://github.com/thalesgroup/sta-api-access-management
API Access Management ensures that only authenticated and authorized clients can successfully complete a call to an API. The code in this repository provides all the components required to setup an end to end demonstration scenario for API Access Management.
https://github.com/thalesgroup/sta-api-access-management
access android api enforcement gateway ios management policy sdk
Last synced: 10 months ago
JSON representation
API Access Management ensures that only authenticated and authorized clients can successfully complete a call to an API. The code in this repository provides all the components required to setup an end to end demonstration scenario for API Access Management.
- Host: GitHub
- URL: https://github.com/thalesgroup/sta-api-access-management
- Owner: ThalesGroup
- License: mit
- Created: 2021-04-29T07:39:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T16:00:51.000Z (over 2 years ago)
- Last Synced: 2025-04-03T08:04:16.187Z (about 1 year ago)
- Topics: access, android, api, enforcement, gateway, ios, management, policy, sdk
- Language: C#
- Homepage:
- Size: 9.6 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# SafeNet Trusted Access - API Access Management
## Get started
API Access Management ensures that only authenticated and authorized clients can successfully complete a call to an API. The code in this repository provides all the components required to setup an end to end demonstration scenario for API Access Management. One goal of API Access Management is to separate mapping of roles to user/groups from enforcing policies which in turn allows separation of duties for management tasks. API Gateways also abstract the policy enforcement from the actual API implementation, allowing API developer on achieving the required API function while a dedicated, specialized group implements access policies. Refer to the documentation for further setup and configuration details.

## Documentation
A detailed description of the API Access Management Demo setup is available at [thalesdocs.com](https://thalesdocs.com/sta/Content/STA/API/APIdemo.htm).
## Contributing
If you are interested in contributing to the API Access Management project, start by reading the [Contributing guide](/CONTRIBUTING.md).
## License
MIT License, refer to [LICENSE](/LICENSE).