{
  "issuer": "https://wayground.com",
  "authorization_endpoint": "https://wayground.com/_authserver/public/public/v1/oauth/authorize",
  "token_endpoint": "https://wayground.com/_authserver/public/public/v1/oauth/token",
  "registration_endpoint": "https://wayground.com/_authserver/public/public/v1/oauth/register",
  "revocation_endpoint": "https://wayground.com/_authserver/public/public/v1/oauth/revoke",

  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code", "refresh_token"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none"],

  "scopes_supported": ["full_access"],
  "resource_indicators_supported": true
}