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
Query Parameters
action- one ofsession,device,allsessionId- (required forsessionanddeviceactions)loginId/realm- (required forallaction)
feedbackToken stringrequired
JWE-encrypted feedback token. The token payload must contain at minimum:
page integer
Default value: 0
Results page (0-based, used internally for cleanup queries)
size integer
Default value: 20
Page size for cleanup queries
Responses
- 302
- 400
Redirect to the configured feedback redirect URL after processing
Response Headers
Location string
Target redirect URL
Invalid or expired feedback token
Loading...