-
Notifications
You must be signed in to change notification settings - Fork 1
Event Notifications Routes
jorgesanchezperez edited this page Sep 18, 2023
·
2 revisions
Event Notifications routes include the following:
- Protect system: Resource Server
- Resources protected by te route:
/events
- Filters chain:
Filter name | Type | Applies on | Description |
---|---|---|---|
ObResponseCheck | Scriptable | Response | Ensures the response is compliant with the Open Banking specifications |
CertificateThumbprintFilter | OOTB | Request | Extracts the client certificate thumbprint for use in certificate bound access tokens |
OAuth2ResourceServerFilter | OOTB | Request | Checks the access token |
VerifyAccessTokenScopes | Scriptable | Request | Ensures that the access token required for accessing the API must have at last one scope of 'allowedScopes' |
Grant Type Verifier | Scriptable | Request | Checks the access token grant type is allowed according to the configured value |
HeaderFilter | OOTB | Request | Adds host header for downstream resource server |
-
The Secure API Gateway (SAPI-G) Documentation
- SAPI-G Implementation Status
- Understanding SAPI-G
- Deployment
- Protect Custom APIs using SAPI-G
- Testing
- Troubleshooting