-
Notifications
You must be signed in to change notification settings - Fork 1
Internal Repo Routes
dreed12 edited this page Aug 7, 2023
·
4 revisions
Internal repo routes include the following:
- Protected system: Identity Cloud or IDM
- Resources protected by the route:
/repo
- Filters chain:
Filter name | Type | Applies on | Description |
---|---|---|---|
SwitchFilter | OOTB | Request | Fetches the required details from Identity Cloud or IDM using the associated handlers |
- Associated handlers:
Handler name | Type | Applies on | Description |
---|---|---|---|
RepoApiClient | Scriptable | Request | Fetches OAuth 2.0 client details from Identity Cloud or IDM |
RepoUser | Scriptable | Request | Fetches user information from Identity Cloud or IDM |
-
The Secure API Gateway (SAPI-G) Documentation
- SAPI-G Implementation Status
- Understanding SAPI-G
- Deployment
- Protect Custom APIs using SAPI-G
- Testing
- Troubleshooting