jAccount Authorization Server (OAuth 2.0 / OpenID Connect)

SJTU's own identity and single sign-on system, run by the Network and Information Center on the university's own domain. It is a real OAuth 2.0 authorization server — an unparameterised GET of the authorize endpoint returned the correct RFC 6749 error on 2026-08-30 — and it publishes OpenID Connect provider metadata at /oauth2/.well-known/openid-configuration. Three grants are documented per operation: authorization code, client credentials and resource-owner password. The published scope registry runs to 39 scopes on a bitmask (1<

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/jaccount-oauth"
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: shanghai-jiao-tong-university:jaccount-oauth
name: jAccount Authorization Server (OAuth 2.0 / OpenID Connect)
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/shanghai-jiao-tong-university.png
x-operator: institution
description: 'SJTU''s own identity and single sign-on system, run by the Network and Information Center
  on the university''s own domain. It is a real OAuth 2.0 authorization server — an unparameterised GET
  of the authorize endpoint returned the correct RFC 6749 error on 2026-08-30 — and it publishes OpenID
  Connect provider metadata at /oauth2/.well-known/openid-configuration. Three grants are documented per
  operation: authorization code, client credentials and resource-owner password. The published scope registry
  runs to 39 scopes on a bitmask (1<<n) model, which callers may combine either by name or by arithmetic
  sum. Two caveats an integrator needs: the discovery document is served at the issuer-relative path rather
  than the host root, so a conventional root probe misses it entirely; and id_token_signing_alg_values_supported
  is HS256 only, so ID tokens are symmetrically signed with the client secret and cannot be verified by
  a public client.'
humanURL: https://developer.sjtu.edu.cn/auth/oidc.html
baseURL: https://jaccount.sjtu.edu.cn/oauth2
tags:
- Identity
- Authentication
- OpenID Connect
- SSO
tags_raw:
- Identity
- Authentication
- OpenID Connect
- OAuth
- SSO
properties:
- type: Documentation
  url: https://developer.sjtu.edu.cn/auth/oidc.html
- type: Documentation
  url: https://developer.sjtu.edu.cn/auth/oauth.html
- type: Documentation
  url: https://developer.sjtu.edu.cn/auth/jaccount.html
- type: WellKnown
  url: https://jaccount.sjtu.edu.cn/oauth2/.well-known/openid-configuration
- type: WellKnown
  url: well-known/shanghai-jiao-tong-university-well-known.yml
- type: Authentication
  url: authentication/shanghai-jiao-tong-university-authentication.yml
- type: OAuthScopes
  url: scopes/shanghai-jiao-tong-university-scopes.yml
- type: Examples
  url: examples/shanghai-jiao-tong-university-examples.yml