Fudan University · Example Payload

Fudan Openid Configuration

UniversityHigher EducationEducationChinaShanghaiC9 LeagueIdentity FederationResearch DataSingle Sign-On

Fudan Openid Configuration is an example object payload from Fudan University, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

response_types_supportedrequest_parameter_supportedgrant_types_supportedscopes_supportedissuerauthorization_endpointuserinfo_endpointclaims_supportedend_session_endpoint jwks_urisubject_types_supportedid_token_signing_alg_values_supportedtoken_endpoint

Example Payload

Raw ↑
{
    "response_types_supported": [
        "code",
        "token",
        "id_token"
    ],
    "request_parameter_supported": true,
    "grant_types_supported": [
        "implicit",
        "authorization_code",
        "refresh_token"
    ],
    "scopes_supported": [
        "openid"
    ],
    "issuer": "https://id.fudan.edu.cn/idp",
    "authorization_endpoint": "https://id.fudan.edu.cn/idp/authCenter/authenticate",
    "userinfo_endpoint": "https://id.fudan.edu.cn/idp/oidc/getUserInfo",
    "claims_supported": [
        "sub",
        "iss",
        "auth_time",
        "aud",
        "exp",
        "iat",
        "uid"
    ],
    "end_session_endpoint ": "https://id.fudan.edu.cn/idp/oidc/revokeToken",
    "jwks_uri": "https://id.fudan.edu.cn/idp/oidc/getPublicKey",
    "subject_types_supported": [
        "public"
    ],
    "id_token_signing_alg_values_supported": [
        "RS256",
        "ES256",
        "HS256"
    ],
    "token_endpoint": "https://id.fudan.edu.cn/idp/oidc/getOidcToken"
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • 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 example
curl "https://apis.io/api/v1/examples/fudan-openid-configuration"
All examples
curl "https://apis.io/api/v1/examples?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.