Politecnico di Milano Federation API

SAML 2.0 metadata publication.

Operations 1

GET /idp/shibboleth Retrieve the IdP SAML 2.0 metadata #

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/politecnico-di-milano-federation-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

politecnico-di-milano-federation-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Politecnico di Milano Shibboleth IdP Metadata Federation API
  version: '2026-09-01'
  summary: The publicly published SAML 2.0 metadata of the Politecnico di Milano Shibboleth identity provider.
  description: 'Politecnico di Milano runs its own Shibboleth identity provider, `https://shibidp.polimi.it/idp/shibboleth`,

    and publishes its SAML 2.0 `EntityDescriptor` at that same URL over plain HTTPS GET.'
  contact:
    name: Politecnico di Milano — servizi online
    url: https://aunicalogin.polimi.it/aunicalogin/idem.jsp?lang=EN
  x-operator: institution
  x-operator-evidence: Host shibidp.polimi.it is under the institution's own registrable domain (polimi.it); the EntityDescriptor carries shibmd:Scope polimi.it and mdui:DisplayName "Politecnico di Milano", and the entityID appears in the IDEM GARR federation aggregate.
  x-standard: SAML 2.0 metadata (OASIS) / Shibboleth
  x-provenance:
    generated: '2026-09-01'
    method: derived
    source:
    - https://shibidp.polimi.it/idp/shibboleth
    - https://md.idem.garr.it/metadata/idem-metadata-sha256.xml
servers:
- url: https://shibidp.polimi.it
  description: Politecnico di Milano Shibboleth identity provider
security: []
tags:
- name: Federation
  description: SAML 2.0 metadata publication.
paths:
  /idp/shibboleth:
    get:
      tags:
      - Federation
      summary: Retrieve the IdP SAML 2.0 metadata
      description: Returns the EntityDescriptor for entityID https://shibidp.polimi.it/idp/shibboleth. Verified 200 application/xml on 2026-09-01. No authentication; no parameters.
      operationId: getIdpMetadata
      responses:
        '200':
          description: SAML 2.0 EntityDescriptor.
          content:
            application/xml:
              schema:
                type: string
                contentMediaType: application/xml
              examples:
                entityDescriptor:
                  summary: Live IdP metadata
                  externalValue: ../examples/politecnico-di-milano-shibboleth-idp-metadata.xml