Universiti Kebangsaan Malaysia Metadata API

SAML 2.0 metadata publication.

Operations 1

GET /metadata.php SAML 2.0 IdP metadata document #

Documentation

Specifications

Schemas & Data

Other Resources

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/ukm-metadata-api"
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.

OpenAPI Specification

ukm-metadata-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: UKM Identity Provider — SAML 2.0 (SSO@UKM) Metadata API
  version: '2.0'
  summary: Universiti Kebangsaan Malaysia's own SAML 2.0 identity provider and its published metadata.
  description: SSO@UKM is Universiti Kebangsaan Malaysia's institution-operated SAML 2.0 identity provider, a SimpleSAMLphp deployment on the university's own domain at sso.ukm.my.
  contact:
    name: SSO@UKM administrator
    email: server@ukm.edu.my
    url: https://sso.ukm.my/
  x-operator: institution
  x-institution: Universiti Kebangsaan Malaysia
  x-software: SimpleSAMLphp
  x-provenance:
    generated: '2026-09-01'
    method: probed
    source: https://sso.ukm.my/saml2/idp/metadata.php
servers:
- url: https://sso.ukm.my/saml2/idp
  description: SSO@UKM SAML 2.0 identity provider
tags:
- name: Metadata
  description: SAML 2.0 metadata publication.
paths:
  /metadata.php:
    get:
      operationId: getSamlMetadata
      tags:
      - Metadata
      summary: SAML 2.0 IdP metadata document
      description: Returns the identity provider's SAML 2.0 EntityDescriptor. Unauthenticated, no parameters. The document is NOT XML-signed — consumers cannot verify its authenticity from the document alone and must rely on TLS.
      responses:
        '200':
          description: SAML 2.0 metadata.
          content:
            application/samlmetadata+xml:
              schema:
                type: string
                contentMediaType: application/samlmetadata+xml
              examples:
                metadata:
                  summary: IdP metadata captured 2026-09-01 (certificates elided in the saved copy)
                  externalValue: ../examples/ukm-sso-saml-idp-metadata.xml