{
  "issuer": "https://hub.collabit.at/",
  "authorization_endpoint": "https://hub.collabit.at/hub.php",
  "token_endpoint": "https://hub.collabit.at/token_proxy.php",
  "registration_endpoint": "https://hub.collabit.at/register.php",
  "jwks_uri": "https://hub.collabit.at/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["client_secret_post", "client_secret_basic"],
  "scopes_supported": ["data.read", "data.write", "offline_access"]
}
