{ "opencollection": "1.0.0", "info": { "name": "SWITCH edu-ID (UZH Federated Identity) Discovery OpenID Connect API", "version": "2026-06-03" }, "items": [ { "info": { "name": "OpenID Connect", "type": "folder" }, "items": [ { "info": { "name": "UserInfo endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://login.eduid.ch/idp/profile/oidc/userinfo", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns claims about the authenticated end-user." }, { "info": { "name": "End-session (RP-initiated logout) endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://login.eduid.ch/idp/profile/oidc/end-session", "params": [ { "name": "id_token_hint", "value": "", "type": "query" }, { "name": "post_logout_redirect_uri", "value": "", "type": "query" }, { "name": "state", "value": "", "type": "query" } ] }, "docs": "End-session (RP-initiated logout) endpoint" } ] } ], "bundled": true }