{
  "authorization_endpoint": "https://elshaug.xyz/plug/oauth/authorize",
  "claims_supported": [
    "aud",
    "exp",
    "iat",
    "iss",
    "sub",
    "email",
    "family_name",
    "given_name",
    "name"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ],
  "grant_types_supported": [
    "authorization_code",
    "urn:ietf:params:oauth:grant-type:jwt-bearer"
  ],
  "id_token_signing_alg_values_supported": [
    "ES256",
    "RS256"
  ],
  "issuer": "https://elshaug.xyz/plug/oauth",
  "jwks_uri": "https://elshaug.xyz/plug/oauth/certs",
  "response_types_supported": [
    "code",
    "token",
    "id_token",
    "code token",
    "code id_token",
    "token id_token",
    "code token id_token",
    "none"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],
  "subject_types_supported": [
    "public"
  ],
  "token_endpoint": "https://elshaug.xyz/plug/oauth/token",
  "token_endpoint_auth_methods_supported": [
    "client_secret_post",
    "client_secret_basic"
  ],
  "userinfo_endpoint": "https://elshaug.xyz/plug/oauth/userinfo"
}