Ustc Openid Configuration Example

UniversityHigher EducationEducationChinaC9 LeagueChinese Academy of SciencesResearchIdentity FederationSingle Sign-OnCourse CatalogResearch ComputingOpen Source Mirror

Ustc Openid Configuration Example is an example object payload from University of Science and Technology of China, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

issuerscopes_supportedresponse_types_supportedsubject_types_supportedclaim_types_supportedclaims_supportedgrant_types_supportedid_token_signing_alg_values_supportedintrospection_endpoint_auth_methods_supportedtoken_endpointjwks_uriauthorization_endpointuserinfo_endpointregistration_endpointend_session_endpointintrospection_endpointrevocation_endpoint

Example Payload

Raw ↑
{
    "issuer": "https://id.ustc.edu.cn/cas",
    "scopes_supported": [
        "openid",
        "profile",
        "email",
        "address",
        "phone",
        "offline_access"
    ],
    "response_types_supported": [
        "code",
        "token",
        "id_token token"
    ],
    "subject_types_supported": [
        "public",
        "pairwise"
    ],
    "claim_types_supported": [
        "normal"
    ],
    "claims_supported": [
        "sub",
        "name",
        "preferred_username",
        "family_name",
        "given_name",
        "middle_name",
        "given_name",
        "profile",
        "picture",
        "nickname",
        "website",
        "zoneinfo",
        "locale",
        "updated_at",
        "birthdate",
        "email",
        "email_verified",
        "phone_number",
        "phone_number_verified",
        "address",
        "gender"
    ],
    "grant_types_supported": [
        "authorization_code",
        "password",
        "client_credentials",
        "refresh_token"
    ],
    "id_token_signing_alg_values_supported": [
        "none",
        "RS256"
    ],
    "introspection_endpoint_auth_methods_supported": [
        "client_secret_basic"
    ],
    "token_endpoint": "https://id.ustc.edu.cn/cas/oidc/accessToken",
    "jwks_uri": "https://id.ustc.edu.cn/cas/oidc/jwks",
    "authorization_endpoint": "https://id.ustc.edu.cn/cas/oidc/authorize",
    "userinfo_endpoint": "https://id.ustc.edu.cn/cas/oidc/profile",
    "registration_endpoint": "https://id.ustc.edu.cn/cas/oidc/register",
    "end_session_endpoint": "https://id.ustc.edu.cn/cas/logout",
    "introspection_endpoint": "https://id.ustc.edu.cn/cas/oidc/introspect",
    "revocation_endpoint": "https://id.ustc.edu.cn/cas/oidc/revoke"
}

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/ustc-openid-configuration-example"
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.