{
  "issuer": "https://dineshdev.com",
  "authorization_endpoint": "https://dineshdev.com/oauth/authorize",
  "token_endpoint": "https://dineshdev.com/oauth/token",
  "jwks_uri": "https://dineshdev.com/.well-known/jwks.json",
  "grant_types_supported": [
    "authorization_code",
    "implicit",
    "refresh_token",
    "client_credentials"
  ],
  "response_types_supported": [
    "code"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "read:profile",
    "read:projects"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ]
}
