Skip to main content

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:

ActionEffect
sessionDistrusts the session identified in the token and deletes it
deviceDistrusts all observations belonging to the session's device
allDistrusts 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

    feedbackToken stringrequired

    JWE-encrypted feedback token. The token payload must contain at minimum:

    • action - one of session, device, all
    • sessionId - (required for session and device actions)
    • loginId / realm - (required for all action)
    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

Redirect to the configured feedback redirect URL after processing

Response Headers
  • Location string

    Target redirect URL

Loading...