# Fudan University Unified Identity — OpenID Connect

**Canonical:** https://apis.io/apis/fudan/identity-oidc/  
**Provider:** Fudan University — https://apis.io/providers/fudan/  
**Base URL:** https://id.fudan.edu.cn/idp  
**Documentation:** https://id.fudan.edu.cn/

Fudan University Unified Identity — OpenID Connect is one of 3 APIs that [Fudan University](https://apis.io/providers/fudan/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. This API exposes 1 JSON Schema definition. Tagged areas include Identity Federation, Single Sign-On, OpenID Connect, and Undocumented. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and 1 JSON Schema.

The OpenID Connect provider Fudan operates for campus single sign-on at id.fudan.edu.cn. Issuer https://id.fudan.edu.cn/idp. The discovery document and the JWKS are both served anonymously and were captured live on 2026-08-30; the endpoints they point at require a client_id issued by the Information Technology Office, and there is no public client registration. The OpenAPI in this repository is DERIVED from Fudan's own discovery document, not published by Fudan. One defect is recorded as observed: the end-session endpoint is declared under the member name "end_session_endpoint " with a trailing space, so a strict discovery client will miss it.

## Operations (6)

| Method | Path | Summary |
|---|---|---|
| GET | `/.well-known/openid-configuration` | OpenID Connect discovery document |
| GET | `/oidc/getPublicKey` | JSON Web Key Set (jwks_uri) |
| GET | `/authCenter/authenticate` | Authorization endpoint |
| POST | `/oidc/getOidcToken` | Token endpoint |
| GET | `/oidc/getUserInfo` | UserInfo endpoint |
| POST | `/oidc/revokeToken` | End-session / token revocation endpoint |

## Machine-readable artifacts (9)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/openapi/fudan-identity-openapi.yml
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/authentication/fudan-authentication.yml
- **Scopes** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/scopes/fudan-scopes.yml
- **Errors** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/errors/fudan-errors.yml
- **JSONSchema** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/json-schema/fudan-openid-configuration-schema.json
- **Examples** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/examples/fudan-openid-configuration.json
- **Vocabulary** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/vocabulary/fudan-vocabulary.yml
- **Conformance** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/conformance/fudan-conformance.yml
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/fudan/refs/heads/main/apis.yml

## Other Fudan University APIs (2)

- [Fudan University Shibboleth Identity Provider (CARSI / eduGAIN)](https://apis.io/apis/fudan/identity-saml/)
- [Fudan University Social Science Data Platform (复旦大学社会科学数据平台)](https://apis.io/apis/fudan/research-data-platform/)

## Tags

Identity Federation, Single Sign-On, OpenID Connect, Undocumented

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/fudan/identity-oidc/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/fudan/.
