Citizen Hangar - OAuth2 / OpenID Connect API
  1. Interaction
Citizen Hangar - OAuth2 / OpenID Connect API
  • Authorization
    • Authorization endpoint (Authorization Code with PKCE)
      GET
  • Token
    • Token endpoint
      POST
  • Userinfo
    • UserInfo endpoint
      GET
  • Introspection
    • Token introspection (RFC 7662)
      POST
  • Revocation
    • Token revocation (RFC 7009)
      POST
  • Interaction
    • Provider interaction entrypoint
      GET
    • Confirm consent/interaction
      POST
  • Schemas
    • ErrorResponse
    • TokenResponse
    • PledgeSummary
    • HangarContents
  1. Interaction

Confirm consent/interaction

POST
/interaction/{uid}/confirm

Request

Path Params

Body Params application/x-www-form-urlencoded

Responses

🔵302
Redirect to client after successful interaction finish
This response does not have a body.
🟠403
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://citizenhangar.space/oauth/interaction//confirm' \
--data-urlencode '_csrf=' \
--data-urlencode 'consent='
Modified at 2025-12-29 19:35:45
Previous
Provider interaction entrypoint
Next
ErrorResponse
Built with