---
title: "Handle CAS callback"
method: GET
path: "/auth/login/callback"
tags: ["Authentication"]
---

# Handle CAS callback

`GET /auth/login/callback`

Processes the callback from CAS after successful authentication, validates the ticket, and establishes a user session.

## Query parameters

- `ticket` string, required

## Other responses

- `302` — Redirect to the application frontend.
- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2025-07-15** `2c261ade9d44` — 1 info
  - endpoint added
- **2025-07-13** `0d7f3c750979` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/auth/login/callback/get.md)

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
