NUS OpenID Provider Metadata

Schema for the OpenID Connect discovery document published by the National University of Singapore's own identity provider at https://vafs.nus.edu.sg/adfs/.well-known/openid-configuration. Derived from the live document fetched 2026-08-19; NUS publishes no schema of its own.

UniversityHigher EducationEducationSingaporeResearchIdentity FederationResearch RepositoryCourse CatalogOpen AccessLearning Management

Properties

Name Type Description
issuer string
authorization_endpoint string
token_endpoint string
jwks_uri string
userinfo_endpoint string
end_session_endpoint string
device_authorization_endpoint string
access_token_issuer string
scopes_supported array
response_types_supported array
response_modes_supported array
grant_types_supported array
subject_types_supported array
id_token_signing_alg_values_supported array
token_endpoint_auth_methods_supported array
token_endpoint_auth_signing_alg_values_supported array
claims_supported array
capabilities array
frontchannel_logout_supported boolean
frontchannel_logout_session_supported boolean
microsoft_multi_refresh_token boolean
as_access_token_token_binding_supported boolean
as_refresh_token_token_binding_supported boolean
resource_access_token_token_binding_supported boolean
op_id_token_token_binding_supported boolean
rp_id_token_token_binding_supported boolean
View JSON Schema on GitHub

JSON Schema

nus-openid-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nus/refs/heads/main/json-schema/nus-openid-configuration-schema.json",
  "title": "NUS OpenID Provider Metadata",
  "description": "Schema for the OpenID Connect discovery document published by the National University of Singapore's own identity provider at https://vafs.nus.edu.sg/adfs/.well-known/openid-configuration. Derived from the live document fetched 2026-08-19; NUS publishes no schema of its own.",
  "x-generated": "2026-08-19",
  "x-method": "derived",
  "x-source": "https://vafs.nus.edu.sg/adfs/.well-known/openid-configuration",
  "x-operator": "institution",
  "type": "object",
  "required": ["issuer", "authorization_endpoint", "token_endpoint", "jwks_uri", "response_types_supported", "subject_types_supported", "id_token_signing_alg_values_supported"],
  "additionalProperties": true,
  "properties": {
    "issuer": { "type": "string", "format": "uri", "const": "https://vafs.nus.edu.sg/adfs" },
    "authorization_endpoint": { "type": "string", "format": "uri" },
    "token_endpoint": { "type": "string", "format": "uri" },
    "jwks_uri": { "type": "string", "format": "uri" },
    "userinfo_endpoint": { "type": "string", "format": "uri" },
    "end_session_endpoint": { "type": "string", "format": "uri" },
    "device_authorization_endpoint": { "type": "string", "format": "uri" },
    "access_token_issuer": { "type": "string", "format": "uri" },
    "scopes_supported": { "type": "array", "items": { "type": "string" } },
    "response_types_supported": { "type": "array", "items": { "type": "string" } },
    "response_modes_supported": { "type": "array", "items": { "type": "string", "enum": ["query", "fragment", "form_post"] } },
    "grant_types_supported": { "type": "array", "items": { "type": "string" } },
    "subject_types_supported": { "type": "array", "items": { "type": "string", "enum": ["pairwise", "public"] } },
    "id_token_signing_alg_values_supported": { "type": "array", "items": { "type": "string" } },
    "token_endpoint_auth_methods_supported": { "type": "array", "items": { "type": "string" } },
    "token_endpoint_auth_signing_alg_values_supported": { "type": "array", "items": { "type": "string" } },
    "claims_supported": { "type": "array", "items": { "type": "string" } },
    "capabilities": { "type": "array", "items": { "type": "string" } },
    "frontchannel_logout_supported": { "type": "boolean" },
    "frontchannel_logout_session_supported": { "type": "boolean" },
    "microsoft_multi_refresh_token": { "type": "boolean" },
    "as_access_token_token_binding_supported": { "type": "boolean" },
    "as_refresh_token_token_binding_supported": { "type": "boolean" },
    "resource_access_token_token_binding_supported": { "type": "boolean" },
    "op_id_token_token_binding_supported": { "type": "boolean" },
    "rp_id_token_token_binding_supported": { "type": "boolean" }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/nus-openid-configuration"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.