ITC Single Sign-On API

A session-based Single Sign-On service maintained by the Institute Technical Council (ITC) for authenticating IIT Bombay users in student and club projects. A redirect-based ssocall flow returns an access id that the backend exchanges via a getuserdata POST for user profile fields (name, roll number, department, degree, graduation year). Sessions last one hour.

API entry from apis.yml

apis.yml Raw ↑
aid: iit-bombay:itc-sso
name: ITC Single Sign-On API
description: A session-based Single Sign-On service maintained by the Institute Technical Council (ITC)
  for authenticating IIT Bombay users in student and club projects. A redirect-based ssocall flow returns
  an access id that the backend exchanges via a getuserdata POST for user profile fields (name, roll number,
  department, degree, graduation year). Sessions last one hour.
humanURL: https://sso.tech-iitb.org/docs/
baseURL: https://sso.tech-iitb.org/
tags:
- Identity
- SSO
- Authentication
- Students
properties:
- type: Documentation
  url: https://sso.tech-iitb.org/docs/
- type: Authentication
  url: https://sso.tech-iitb.org/docs/
- type: GitHub
  url: https://github.com/Institute-Technical-Council