Gadjah Mada University · OAuth Scopes

Gadjah Mada University OAuth Scopes

OAuth 2.0 searched

Gadjah Mada University publishes 5 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Gadjah Mada University API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

UniversityHigher EducationEducationIndonesiaResearchIdentity FederationAuthenticationOpenID ConnectOAuthResearch RepositoryScholarly PublishingOAI-PMHLibrary
Scopes: 5 Flows: Method: searched

Scopes (5)

ScopeDescriptionFlows
openid Requests an id_token and enables the OIDC UserInfo endpoint.
profile Basic profile claims - name, given_name, family_name, picture, preferred_username, plus UGM's non-standard unit_id claim.
email Email claims.
user.read Read the authenticated subject's basic user profile.
userDetail.read Read the full Simaster user record, and read another user's record by username. The broadest scope the server issues.

Source

OAuth Scopes

Raw ↑
---
generated: '2026-09-01'
method: searched
source: >-
  Read verbatim on 2026-09-01 from UGM's own published discovery documents at
  https://oauth.simaster.ugm.ac.id/.well-known/openid-configuration (200) and
  /.well-known/oauth-authorization-server (200), cross-checked against
  https://oauth.simaster.ugm.ac.id/openapi.json. Not inferred — the institution declares these.
x-operator: institution
api: gadjah-mada-university:ugm-id

summary:
  count: 5
  model: OpenID Connect standard scopes plus two UGM-specific resource scopes.
  granularity: coarse
  note: >-
    Five scopes for twenty operations. The three OIDC standard scopes govern identity claims; the
    two UGM scopes (user.read, userDetail.read) split "basic profile" from "full Simaster profile".
    There is no write scope anywhere in the server — every declared scope is read-only, and every
    resource operation in the OpenAPI is a GET. No per-unit, per-faculty or per-system scoping
    exists, so a client granted userDetail.read reads the full Simaster record for whatever
    subject it is authorized for.

scopes:
- scope: openid
  standard: OpenID Connect Core
  description: Requests an id_token and enables the OIDC UserInfo endpoint.
  grants_access_to:
  - GET /userinfo
- scope: profile
  standard: OpenID Connect Core
  description: >-
    Basic profile claims - name, given_name, family_name, picture, preferred_username, plus UGM's
    non-standard unit_id claim.
  claims: [name, given_name, family_name, picture, preferred_username, unit_id]
- scope: email
  standard: OpenID Connect Core
  description: Email claims.
  claims: [email, email_verified]
- scope: user.read
  standard: UGM-specific
  description: Read the authenticated subject's basic user profile.
  grants_access_to:
  - GET /api/me
- scope: userDetail.read
  standard: UGM-specific
  description: >-
    Read the full Simaster user record, and read another user's record by username. The broadest
    scope the server issues.
  grants_access_to:
  - GET /user/me
  - GET /user/username/{username}

gaps:
- No write, update or delete scope exists on any UGM ID operation.
- No scope documentation outside the discovery document — no prose page explains what each grants.
- No consent-screen copy or scope description strings are published.
- No incremental or step-up authorization is described.

Work with this as data

Every scope set 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 oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set 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 scope set
curl "https://apis.io/api/v1/scopes/gadjah-mada-university-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?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.