Apply user trust-feedback action
GET/nevisadapt/applyFeedback
Processes a trust-feedback action that is cryptographically encoded in the
feedbackToken query parameter (a signed/encrypted JWE token).
Supported actions encoded in the token:
| Action | Effect |
|---|---|
session | Distrusts the session identified in the token and deletes it |
device | Distrusts all observations belonging to the session's device |
all | Distrusts and removes all devices for the user and realm |
After processing, the caller is redirected to the configured feedback.redirect.url
(default: /).
Request
Responses
- 302
- 400
Redirect to the configured feedback redirect URL after processing
Response Headers
Location
Target redirect URL
Invalid or expired feedback token