IITB Central SSO — OpenID Connect

The IIT Bombay Computer Centre's central identity provider, and the credential every institutional service sits behind. It publishes a live OpenID Connect Discovery 1.0 document and a JWKS: issuer https://sso.iitb.ac.in, authorization, token and userinfo endpoints, response_types_supported ["code"], token_endpoint_auth_methods_supported ["client_secret_basic"], and a deliberately minimal scopes_supported of ["openid"]. Interactive sign-in is LDAP plus a second factor — TOTP, a hardware credential, or SMS OTP. Client registration is not self-service; the Gymkhana developer documentation directs external developers to the Computer Centre for IITB SSO integration.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sso-oidc"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: iit-bombay:sso-oidc
name: IITB Central SSO — OpenID Connect
x-operator: institution
x-operator-evidence: Host sso.iitb.ac.in is under the institution's own registrable domain. The discovery
  document's issuer is https://sso.iitb.ac.in itself. The sign-in page is branded "Computer Center, IIT
  Bombay". No vendor identity platform is involved.
description: 'The IIT Bombay Computer Centre''s central identity provider, and the credential every institutional
  service sits behind. It publishes a live OpenID Connect Discovery 1.0 document and a JWKS: issuer https://sso.iitb.ac.in,
  authorization, token and userinfo endpoints, response_types_supported ["code"], token_endpoint_auth_methods_supported
  ["client_secret_basic"], and a deliberately minimal scopes_supported of ["openid"]. Interactive sign-in
  is LDAP plus a second factor — TOTP, a hardware credential, or SMS OTP. Client registration is not self-service;
  the Gymkhana developer documentation directs external developers to the Computer Centre for IITB SSO
  integration.'
humanURL: https://sso.iitb.ac.in/
baseURL: https://sso.iitb.ac.in
tags:
- Identity
- Single Sign-On
- OpenID Connect
- Authentication
- Federation
properties:
- type: IdentityFederation
  url: https://sso.iitb.ac.in/.well-known/openid-configuration
- type: JWKS
  url: https://sso.iitb.ac.in/.well-known/jwks.json
- type: Authentication
  url: authentication/iit-bombay-authentication.yml
- type: Scopes
  url: scopes/iit-bombay-scopes.yml