{
  "issuer": "https://login.nce.wtf/dex/",
  "authorization_endpoint": "https://login.nce.wtf/dex/auth",
  "token_endpoint": "https://login.nce.wtf/dex/token",
  "jwks_uri": "https://login.nce.wtf/dex/keys",
  "userinfo_endpoint": "https://login.nce.wtf/dex/userinfo",
  "device_authorization_endpoint": "https://login.nce.wtf/dex/device/code",
  "introspection_endpoint": "https://login.nce.wtf/dex/token/introspect",
  "grant_types_supported": [
    "authorization_code",
    "refresh_token",
    "urn:ietf:params:oauth:grant-type:device_code",
    "urn:ietf:params:oauth:grant-type:token-exchange"
  ],
  "response_types_supported": [
    "code"
  ],
  "subject_types_supported": [
    "public"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "S256",
    "plain"
  ],
  "scopes_supported": [
    "openid",
    "email",
    "groups",
    "profile",
    "offline_access"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "claims_supported": [
    "iss",
    "sub",
    "aud",
    "iat",
    "exp",
    "email",
    "email_verified",
    "locale",
    "name",
    "preferred_username",
    "at_hash"
  ]
}